From 75c0f8a40c8c2d5ae540d8955546143861ad7595 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Wed, 7 Oct 2020 22:03:08 -0500 Subject: [PATCH] don't backup on config --- includes/gs-config.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/gs-config.sh b/includes/gs-config.sh index 435a8fc..1f916b2 100644 --- a/includes/gs-config.sh +++ b/includes/gs-config.sh @@ -20,10 +20,10 @@ function task_configure { config_generate fi - backup_settime - backup_local_gravity - backup_local_custom - backup_cleanup + # backup_settime + # backup_local_gravity + # backup_local_custom + # backup_cleanup exit_withchange }