scripts: fix quoting problem with launch cmdline

This commit is contained in:
Simon Fels 2018-07-05 10:44:31 +02:00
commit 155c91da6c

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