From 99755d40fc74f30184df7d60dbd62dbf06819272 Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Sat, 27 Dec 2025 13:10:09 +0100 Subject: [PATCH] update --- helium_auto_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helium_auto_update.sh b/helium_auto_update.sh index 6fba924..46d7254 100755 --- a/helium_auto_update.sh +++ b/helium_auto_update.sh @@ -51,7 +51,7 @@ dependency_check () { done - if ! [ -d "$LOG_PATH" ] ; then + if ! [ -f "$LOG" ] ; then mkdir -p $LOG_PATH echo "########## $APP_NAME_LONG update log ##########" >> $LOG echo >> $LOG