From 624241ae9a22a9418d6433d2d051d1a5293c2665 Mon Sep 17 00:00:00 2001 From: Graham Helton Date: Sun, 16 Oct 2022 14:13:42 -0400 Subject: [PATCH] Fixed bugs --- autodeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodeploy.sh b/autodeploy.sh index 8187ad8..a03d19d 100755 --- a/autodeploy.sh +++ b/autodeploy.sh @@ -148,7 +148,7 @@ collect_files(){ cp -rvf --parents $line $HOST_CONFIG_PATH | grep "^'" | awk '{print $1}' | sed "s/'//g" | sed 's@'"$HOME"'@$HOME@' >> $HOST_CONFIG_PATH/$(hostname)_files.log # Going to need to add sorting somewhere in here because this log will keep growing echo -e $TICK_MOVE$GREEN" Copied $BLUE$line$GREEN to $BLUE$HOST_CONFIG_PATH"$ENDCOLOR - done < $HOST_CONFIG_PATH""autodeploy_files.conf | grep -v "^#" + done < $CONFIG_PATH/autodeploy_files.conf | grep -v "^#" cd $CONFIG_PATH