From c65d93bdba7e3455846e6bcb378ac1bd110983e8 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sun, 18 Dec 2022 23:05:44 +0000 Subject: [PATCH] Fix python style incremental --- functions/backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/backup.sh b/functions/backup.sh index 199b83fe..1b05177e 100644 --- a/functions/backup.sh +++ b/functions/backup.sh @@ -180,7 +180,7 @@ for app in "${borked_array[@]}"; do else borked=True fi - index+=1 + ((index++)) done @@ -305,4 +305,4 @@ do done } -export -f restore \ No newline at end of file +export -f restore