Fix skipArgsIteration in scripts/ybcon.sh.

This commit is contained in:
Username404-59 2021-02-26 20:30:45 +01:00
parent a427010099
commit 342042282b
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 2 additions and 2 deletions

View File

@ -37,10 +37,10 @@ if [ "$#" != 0 ]; then
elif [ "$1" = "--version" ]; then
run=true
args="$1"
skipArgsIteration=false;
skipArgsIteration=true;
fi
fi
if [ $skipArgsIteration = true ]; then
if [ "$skipArgsIteration" = false ]; then
for it in "$@"
do
case "$it" in