Skip to content

Commit 6588053

Browse files
committed
Removed early exit with eror code for out of range HWE.
1 parent 50434f1 commit 6588053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#### Variables
3434
########################################################################
3535
# Versioning
36-
version="Version: 01.00-13, Script Date: 2022.06.11"
36+
version="Version: 01.00-14, Script Date: 2022.06.12"
3737
#md5_sum=$(md5sum $sname | sed 's/system.*//g' )
3838
arg1=$1
3939
arg2=$2
@@ -110,7 +110,7 @@ function CheckRoot()
110110
echo "Running Script: ${sname} $version"
111111
else
112112
echo "Password was incorrect for sudo elevated rights. Exiting Script."
113-
exit 1
113+
# exit 1, ## continue instead of throwing an error and exiting...
114114
fi
115115
fi
116116
}

0 commit comments

Comments
 (0)