未验证 提交 408b6efb 编写于 作者: S Simon Fels 提交者: GitHub

Merge pull request #798 from morphis/fix-shell-quoting

scripts: fix quoting problem with launch cmdline
......@@ -76,10 +76,10 @@ start() {
fi
exec "$SNAP"/bin/anbox-wrapper.sh container-manager \
"$EXTRA_ARGS" \
--data-path="$DATA_PATH" \
--android-image="$ANDROID_IMG" \
--daemon
--daemon \
$EXTRA_ARGS
}
stop() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册