From d7934c54d27224cfd1840d3d0a8c5b110b533462 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sat, 18 Jun 2016 04:39:48 -0500 Subject: [PATCH] :unamused: --- iso-hotfix-utility | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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