Fixed bugs

main
Graham Helton 2 years ago
parent e180faf529
commit c7f9ea0f5c

@ -238,7 +238,6 @@ backup_old(){
new_client(){ new_client(){
# Pulles files from origin, # Pulles files from origin,
first_setup
get_files get_files
collect_files collect_files
install_apps install_apps
@ -258,10 +257,8 @@ distribute_files(){
main(){ main(){
# Check if this is the first time autodeploy is being ran # Check if this is the first time autodeploy is being ran
# echo -e $selected_config
if !(test -d $CONFIG_PATH);then if !(test -d $CONFIG_PATH);then
first_setup first_setup
fi fi
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then
@ -300,6 +297,7 @@ main(){
f=${OPTARG} f=${OPTARG}
echo -e $TICK$BLUE"Re-running first time setup"$ENDCOLOR echo -e $TICK$BLUE"Re-running first time setup"$ENDCOLOR
# Add this feature
;; ;;
a) a)
a=${OPTARG} a=${OPTARG}

Loading…
Cancel
Save