From eceba192fb2bea328bfc7eaab08a23336310ee2f Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Mon, 13 Jun 2022 14:08:45 -0600 Subject: [PATCH] test --- heavy_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heavy_script.sh b/heavy_script.sh index 8d029bfa..6ee5472f 100644 --- a/heavy_script.sh +++ b/heavy_script.sh @@ -3,7 +3,7 @@ #If no argument is passed, kill the script. [[ -z "$*" || "-" == "$*" || "--" == "$*" ]] && echo "This script requires an argument, use --help for help" && exit -ARGS="$*" ; echo "${ARGS//--self-update/}" +ARGS="$*" ; echo "${ARGS//--self-update}" SCRIPT=$(readlink -f "$0") SCRIPTPATH=$(dirname "$SCRIPT") SCRIPTNAME="$0"