whitespace
[automated-distro-installer] / myfai-chboot
index b5bc847e1a2f4e60d76ff2696d41ce3432b8a48f..7991542d75e1ca717da1cde0edaf0004a51ebdd4 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