From 8fdd1d6ac5261bb3914a2024d0e1a33964cbef82 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 23 May 2025 16:07:00 +0200 Subject: [PATCH] update --- update_firmware.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update_firmware.sh b/update_firmware.sh index e39ba6a..21eaa03 100755 --- a/update_firmware.sh +++ b/update_firmware.sh @@ -13,6 +13,9 @@ echo "" # Set working directory cd /var/www/nebuleair_pro_4g +# Ensure this script is executable (needed because git config core.fileMode false) +chmod +x /var/www/nebuleair_pro_4g/update_firmware.sh + # Function to print status messages print_status() { echo "[$(date '+%H:%M:%S')] $1"