This commit is contained in:
2019-04-17 21:34:46 +02:00
parent 646e1c426b
commit aa01b29924
5 changed files with 6 additions and 4 deletions
+2
View File
@@ -1,5 +1,7 @@
#!/bin/sh
echo -e "checking root"
if [ "$EUID" -ne 0 ]; then
echo -e "Please run as root"
exit