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 50434f1 commit 6588053Copy full SHA for 6588053
system-info
@@ -33,7 +33,7 @@
33
#### Variables
34
########################################################################
35
# Versioning
36
-version="Version: 01.00-13, Script Date: 2022.06.11"
+version="Version: 01.00-14, 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
+ # exit 1, ## continue instead of throwing an error and exiting...
114
fi
115
116
}
0 commit comments