Update Saqel Platform: 2026-09-10 12:35:38
This commit is contained in:
@@ -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')"
|
||||
|
||||
Reference in New Issue
Block a user