This commit is contained in:
Your Name
2025-05-23 16:07:00 +02:00
parent 6796aa95bb
commit 8fdd1d6ac5

View File

@@ -13,6 +13,9 @@ echo ""
# Set working directory # Set working directory
cd /var/www/nebuleair_pro_4g 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 # Function to print status messages
print_status() { print_status() {
echo "[$(date '+%H:%M:%S')] $1" echo "[$(date '+%H:%M:%S')] $1"