fix checkroot

This commit is contained in:
2019-04-19 10:30:55 +02:00
parent f3a316c2d2
commit 5ddce52124
+2 -2
View File
@@ -3,8 +3,8 @@
echo -e "checking root" echo -e "checking root"
if [ "$EUID" = 0 ]; then if [ "$EUID" = 0 ]; then
echo -e "root ok"
else
echo -e "Please run as root" echo -e "Please run as root"
exit exit
else
echo -e "root ok"
fi fi