Skip to content

Commit 1b6060b

Browse files
committed
[fix] : Fix infinity loop
1 parent ea22a0e commit 1b6060b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/docker-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ while (( ${#} > 0 )); do
9595
then
9696
SHARE_PKG_DIR="${2}/pkg"
9797
SHARE_DB_DIR="${2}/sync"
98+
shift 2
9899
else
99100
echo "Error: The directory is not found or cannot make directory." 1>&2
100101
exit 1

0 commit comments

Comments
 (0)