diff --git a/iso-hotfix-utility b/iso-hotfix-utility index 9052908..d8609d0 100644 --- a/iso-hotfix-utility +++ b/iso-hotfix-utility @@ -59,7 +59,7 @@ _setup_environment() { NETWORK_ALIVE=$(ping -c1 8.8.8.8 >/dev/null 2>&1; echo $?) - if [[ $0 = 'iso-hotfix-utility' ]]; then + if [[ $0 = *'iso-hotfix-utility'* ]]; then SCRIPT_UPDATED='True' _2log '[iso-hotfix-utility] Script has been updated.' fi