Add os-release check
This commit is contained in:
parent
f45eb84d6b
commit
b011e5f838
|
@ -72,7 +72,7 @@ function distroCheck {
|
||||||
echo "######## Distribution Section #########" >> $DEBUG_LOG
|
echo "######## Distribution Section #########" >> $DEBUG_LOG
|
||||||
echo "#######################################" >> $DEBUG_LOG
|
echo "#######################################" >> $DEBUG_LOG
|
||||||
|
|
||||||
TMP=$(cat /etc/lsb-release/ || echo "Failed to find lsb")
|
TMP=$(cat /etc/lsb-release/ || cat /etc/os-release || echo "Failed to find release")
|
||||||
echo "Distribution Version: $TMP" >> $DEBUG_LOG
|
echo "Distribution Version: $TMP" >> $DEBUG_LOG
|
||||||
|
|
||||||
function compareWhitelist {
|
function compareWhitelist {
|
||||||
|
|
Loading…
Reference in New Issue