1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-24 19:07:23 +01:00

obviously put our stuff in /usr/local and not /usr

This commit is contained in:
Joshua Tauberer
2014-06-21 12:35:00 -04:00
parent d3cacd4a11
commit 326cc2a451
4 changed files with 6 additions and 6 deletions

View File

@@ -12,8 +12,8 @@ if [ ! -f $STORAGE_ROOT/backup/secret_key.txt ]; then
fi
# Link the management server daemon into a well known location.
rm -f /usr/bin/mailinabox-daemon
ln -s `pwd`/management/daemon.py /usr/bin/mailinabox-daemon
rm -f /usr/local/bin/mailinabox-daemon
ln -s `pwd`/management/daemon.py /usr/local/bin/mailinabox-daemon
# Create an init script to start the management daemon and keep it
# running after a reboot.