From bac1658480eec127bd44ca758ce430871549a34c Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Tue, 9 Aug 2022 12:24:13 -0600 Subject: [PATCH] file rather than anything --- functions/update_apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index e1c7b45d..9516b0a3 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -43,7 +43,7 @@ do fi done rm temp.txt -[[ -e trigger ]] && rm trigger +[[ -f trigger ]] && rm trigger echo echo }