wp-uninstalled.sh: don't shift after -b, there's a generic shift below

This commit is contained in:
George Kiagiadakis 2021-06-16 19:45:36 +03:00
parent 48ef823318
commit b8979e7434

View file

@ -10,7 +10,6 @@ while getopts ":b:c:" opt; do
case ${opt} in
b)
BUILDDIR=${OPTARG}
shift 2
;;
c)
CONFIGDIR=${OPTARG}