We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7795c commit 7d435beCopy full SHA for 7d435be
system-info
@@ -33,7 +33,7 @@
33
#### Variables
34
########################################################################
35
# Versioning
36
-version="Version: 01.00-15, Script Date: 2022.06.12"
+version="Version: 01.00-16, Script Date: 2022.06.12"
37
#md5_sum=$(md5sum $sname | sed 's/system.*//g' )
38
arg1=$1
39
arg2=$2
@@ -110,7 +110,7 @@ function CheckRoot()
110
echo "Running Script: ${sname} $version"
111
else
112
echo "Password was incorrect for sudo elevated rights. Exiting Script."
113
- # exit 1, ## continue instead of throwing an error and exiting...
+ exit 1
114
fi
115
116
}
0 commit comments