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

put a start script at /usr/local/bin/mailinabox

This commit is contained in:
Joshua Tauberer
2014-09-21 16:56:28 -04:00
parent 01c964bfe3
commit c1ccd22531
3 changed files with 11 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root. Please re-run like this:"
echo
echo "sudo setup/start.sh"
echo "sudo $0"
echo
exit
fi