Skip to content

Commit 7d435be

Browse files
committed
Expanded HWE Range of GetHweRange() to include all possible versions of HWE.
1 parent 5d7795c commit 7d435be

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-15, Script Date: 2022.06.12"
36+
version="Version: 01.00-16, 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, ## continue instead of throwing an error and exiting...
113+
exit 1
114114
fi
115115
fi
116116
}

0 commit comments

Comments
 (0)