From 0d76ba4901bb8bd717920f39405a6f0f4282f6e7 Mon Sep 17 00:00:00 2001 From: heavybullets8 Date: Mon, 26 Dec 2022 14:45:05 -0700 Subject: [PATCH] try this --- heavy_script.sh | 2 +- patches/{backup_patch2.patch => backups.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename patches/{backup_patch2.patch => backups.patch} (100%) diff --git a/heavy_script.sh b/heavy_script.sh index 0d39316f..91c0bc36 100644 --- a/heavy_script.sh +++ b/heavy_script.sh @@ -158,4 +158,4 @@ elif [[ "$sync" == "true" && -z "$number_of_backups" ]]; then # If only sync is fi [[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && commander [[ "$prune" == "true" ]] && prune -exit 0 \ No newline at end of file +exit 0 diff --git a/patches/backup_patch2.patch b/patches/backups.patch similarity index 100% rename from patches/backup_patch2.patch rename to patches/backups.patch