various minor fixes and improvements
[automated-distro-installer] / myfai-chboot
index 7991542d75e1ca717da1cde0edaf0004a51ebdd4..2d6b527523239fc55f9cb7e2ac1f2e7c95b228c7 100755 (executable)
@@ -40,5 +40,6 @@ host=$(./chost faiserver)
 if [[ $host == $(./chost $HOSTNAME) ]]; then
   ./myfai-chboot-local "$@"
 else
-  ssh root@$host bash -s "$@" <myfai-chboot-local
+  ssh root@$host bash -s --
+  "$@" <myfai-chboot-local
 fi