From b8979e743469261c78e1294ad018dedd6e75530f Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 16 Jun 2021 19:45:36 +0300 Subject: [PATCH] wp-uninstalled.sh: don't shift after -b, there's a generic shift below --- wp-uninstalled.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-uninstalled.sh b/wp-uninstalled.sh index efd2d4c9..8215d8e7 100755 --- a/wp-uninstalled.sh +++ b/wp-uninstalled.sh @@ -10,7 +10,6 @@ while getopts ":b:c:" opt; do case ${opt} in b) BUILDDIR=${OPTARG} - shift 2 ;; c) CONFIGDIR=${OPTARG}