Update Saqel Platform: 2026-09-10 12:35:38

This commit is contained in:
Hamza-Ayed
2026-09-10 12:35:38 +03:00
parent 960d4c8604
commit 9c80ca9918
+1 -1
View File
@@ -5,7 +5,7 @@ set -euo pipefail
# SAQEL PLATFORM - DEPLOY & GIT SYNCHRONIZATION SCRIPT
# ==============================================================================
if [ -n "$1" ]; then
if [ -n "${1:-}" ]; then
COMMIT_MSG="$1"
else
COMMIT_MSG="Update Saqel Platform: $(date +'%Y-%m-%d %H:%M:%S')"