linux: Fix invite open in startup script

This commit is contained in:
Hylke Bons 2016-03-28 13:16:59 +01:00
parent 8b86a9975b
commit 9a9fad3b45

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
if [[ $UID -eq 0 ]]; then
echo "SparkleShare can't be run as root. Things would go utterly wrong."
echo "Please don't run SparkleShare as root. Things would go utterly wrong."
exit 1
fi