From da98aa8a6cc4887abb3100922cb70f2653b8d090 Mon Sep 17 00:00:00 2001 From: Graham Helton Date: Sun, 16 Oct 2022 19:17:13 -0400 Subject: [PATCH] Bug fixes --- autodeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodeploy.sh b/autodeploy.sh index adb8a0e..9fcb696 100755 --- a/autodeploy.sh +++ b/autodeploy.sh @@ -246,7 +246,7 @@ new_client(){ distribute_files(){ # Places files defined in autodeploy_file.conf to the correct location in the file system backup_old - cd $CONFIG_PATH/$selected_config + cd $selected_config # Need an odd for loop syntax because zsh handles file globs differently than bash for f in .[!.]* *; do