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

scripts: fix quoting problem with launch cmdline
This commit is contained in:
Simon Fels 2018-07-05 10:59:24 +02:00 committed by GitHub
commit 408b6efb1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {