From 5465253f06d0cf55fcf7bbdb2c81490470073aa9 Mon Sep 17 00:00:00 2001 From: Graham Helton Date: Sat, 22 Oct 2022 16:27:01 -0400 Subject: [PATCH] Bug Fixes --- autodeploy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/autodeploy.sh b/autodeploy.sh index 2c1f2d8..b50fcb1 100755 --- a/autodeploy.sh +++ b/autodeploy.sh @@ -15,7 +15,6 @@ TAB="--" CONFIG_PATH=~/.config/autodeploy HOST_CONFIG_PATH=~/.config/autodeploy/$(hostname)_config/ BACKUP_DIR=$HOST_CONFIG_PATH"backup/" -#FILE_LOG=$HOST_CONFIG_PATH$(hostname)_files.log remote_repo="http://iroh.int/Graham/ConfigFiles.git" user=$(hostname) selected_config=$HOST_CONFIG_PATH @@ -188,7 +187,6 @@ select_config(){ if test -d "$CONFIG_PATH/$selected_config";then echo $TICK$GREEN"$selected_config selected"$ENDCOLOR HOST_CONFIG_PATH=$CONFIG_PATH/$2 - echo config path is $HOST_CONFIG_PATH distribute_files else echo $TICK_ERROR$YELLOW"Please select a valid file name!"$ENDCOLOR