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 cc7163e commit 4a6a8d9Copy full SHA for 4a6a8d9
system-info
@@ -33,7 +33,7 @@
33
#### Variables
34
########################################################################
35
# Versioning
36
-version="Version: 01.00-18, Script Date: 2022.06.15"
+version="Version: 01.00-19, Script Date: 2022.06.21"
37
#md5_sum=$(md5sum $sname | sed 's/system.*//g' )
38
arg1=$1
39
arg2=$2
@@ -173,7 +173,7 @@ function CheckArgs()
173
}
174
175
function CheckTypeError() {
176
- sudu type -a type > /dev/null 2>&1
+ sudu bash -c 'type -a type' > /dev/null 2>&1
177
TypeError=$?
178
if [[ "$TypeError" == "1" ]]
179
then
0 commit comments