hwe kernel to fix btrfs-send bug
[automated-distro-installer] / myfai-chboot
index b5bc847e1a2f4e60d76ff2696d41ce3432b8a48f..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