Skip to content

Commit f1721ec

Browse files
committed
bash script bug fix
1 parent 21093b5 commit f1721ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filehandle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ date=$(date +%s)
99

1010
if [ "$EUID" -ne 0 ]
1111
then echo "Please run as root"
12-
exit
12+
exit 1
1313
fi
1414

1515
# PARSE ARGS

0 commit comments

Comments
 (0)