summarylogtreecommitdiffstats
path: root/beef-git.install
diff options
context:
space:
mode:
authorpeeweep2019-09-28 02:46:38 +0800
committerpeeweep2019-09-28 02:46:38 +0800
commitd30ff0613808e7ee8fbcd4f5dfca692f8c6bb33c (patch)
treea5c4eecf7c2846c9708c04b2d5f0d581dab17287 /beef-git.install
parent107b4d2b30fb43737b95d1e00c9a8b668a579c18 (diff)
downloadaur-d30ff0613808e7ee8fbcd4f5dfca692f8c6bb33c.tar.gz
Move to /usr/share/beef
Diffstat (limited to 'beef-git.install')
-rw-r--r--beef-git.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/beef-git.install b/beef-git.install
index c7108e90111d..594c4bab5ee3 100644
--- a/beef-git.install
+++ b/beef-git.install
@@ -1,12 +1,12 @@
post_install() {
echo
echo "Default username and password in use! "
- echo "Change the beef.credentials.passwd in /etc/beef-xss/config.yaml"
+ echo "Change the beef.credentials.passwd in /usr/share/beef/config.yaml"
echo
}
# post_remove(){
-# rm -rf /etc/beef-xss
+# rm -rf /usr/share/beef
# }
# vim: ts=2 sw=2 et: