From 47c09d66baef83d9363c3b0779644ccada5637a3 Mon Sep 17 00:00:00 2001 From: Graham Helton Date: Sat, 22 Oct 2022 16:00:41 -0400 Subject: [PATCH] Bug Fixes --- autodeploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autodeploy.sh b/autodeploy.sh index 2667824..ac6c672 100755 --- a/autodeploy.sh +++ b/autodeploy.sh @@ -258,8 +258,7 @@ new_client(){ distribute_files(){ # Places files defined in autodeploy_file.conf to the correct location in the file system backup_old - echo "cd $HOST_CONFIG_PATH" - exit + cd $HOST_CONFIG_PATH # Need an odd for loop syntax because zsh handles file globs differently than bash