whitespace
authorIan Kelling <iank@fsf.org>
Sun, 2 Sep 2018 23:58:51 +0000 (19:58 -0400)
committerIan Kelling <iank@fsf.org>
Sun, 2 Sep 2018 23:58:51 +0000 (19:58 -0400)
fai-revm
myfai-chboot

index 72f704076d16d71d4810bb11af8d134692049c64..880a91c5e0d10a3bcd6ffb8c96df36f5a9624fa8 100755 (executable)
--- a/fai-revm
+++ b/fai-revm
@@ -100,7 +100,7 @@ else
     e ./pxe-server $dhcp_arg demohost fai
     sleep 2
   else
-    fai-monitor&
+    fai-monitor &
     if [[ ! $BASEFILE_DIR ]]; then
       BASEFILE_DIR=/tmp
     fi
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