From c7f9ea0f5ce5b5c8277cdf9f8a390a4b294c7eb3 Mon Sep 17 00:00:00 2001 From: Graham Helton Date: Sun, 16 Oct 2022 13:55:04 -0400 Subject: [PATCH] Fixed bugs --- autodeploy.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autodeploy.sh b/autodeploy.sh index 4333a5f..82562d7 100755 --- a/autodeploy.sh +++ b/autodeploy.sh @@ -238,7 +238,6 @@ backup_old(){ new_client(){ # Pulles files from origin, - first_setup get_files collect_files install_apps @@ -258,10 +257,8 @@ distribute_files(){ main(){ # Check if this is the first time autodeploy is being ran -# echo -e $selected_config if !(test -d $CONFIG_PATH);then first_setup - fi if [ $# -eq 0 ]; then @@ -300,6 +297,7 @@ main(){ f=${OPTARG} echo -e $TICK$BLUE"Re-running first time setup"$ENDCOLOR + # Add this feature ;; a) a=${OPTARG}