From 5ccaac3779f6bcf991e6ab0f7d545b37e3a4db63 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 2 Sep 2018 19:58:51 -0400 Subject: [PATCH] whitespace --- fai-revm | 2 +- myfai-chboot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fai-revm b/fai-revm index 72f7040..880a91c 100755 --- 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 diff --git a/myfai-chboot b/myfai-chboot index b5bc847..7991542 100755 --- a/myfai-chboot +++ b/myfai-chboot @@ -40,5 +40,5 @@ host=$(./chost faiserver) if [[ $host == $(./chost $HOSTNAME) ]]; then ./myfai-chboot-local "$@" else - ssh root@$host bash -s "$@"