From: Forlot Romain [IoT.bzh] Date: Thu, 19 Oct 2017 13:16:53 +0000 (+0200) Subject: Fix: piped execution of script failed X-Git-Tag: v0.3.3~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=commitdiff_plain;h=b92259677324b1b937d0ba020829f4f6d8c50eba Fix: piped execution of script failed --- diff --git a/scripts/xds-docker-create-container.sh b/scripts/xds-docker-create-container.sh index 06d1edc..706a6a4 100755 --- a/scripts/xds-docker-create-container.sh +++ b/scripts/xds-docker-create-container.sh @@ -225,7 +225,7 @@ if ($UPDATE_UID); then echo -n "." docker exec -t ${NAME} bash -c "systemctl start autologin" echo -n "." - ssh -p $SSH_PORT $DOCKER_USER@localhost -- "systemctl --user start xds-server" || exit 1 + ssh -p $SSH_PORT $DOCKER_USER@localhost "systemctl --user start xds-server" || exit 1 echo "." docker restart ${NAME} fi