We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea22a0e commit 1b6060bCopy full SHA for 1b6060b
1 file changed
tools/docker-build.sh
@@ -95,6 +95,7 @@ while (( ${#} > 0 )); do
95
then
96
SHARE_PKG_DIR="${2}/pkg"
97
SHARE_DB_DIR="${2}/sync"
98
+ shift 2
99
else
100
echo "Error: The directory is not found or cannot make directory." 1>&2
101
exit 1
0 commit comments