From 9c80ca99182ccb293af802334cbdc1fdf47f5404 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Thu, 10 Sep 2026 12:35:38 +0300 Subject: [PATCH] Update Saqel Platform: 2026-09-10 12:35:38 --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 60ebe22..4a1dfc2 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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')"