bunch of minor updates
[automated-distro-installer] / myfai-chboot
index 7991542d75e1ca717da1cde0edaf0004a51ebdd4..7d775ea66cd1e13663ed38df4098e6b49f518a9b 100755 (executable)
@@ -40,5 +40,5 @@ 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