misc fix
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo -e "checking root"
|
||||
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
echo -e "Please run as root"
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user