Release v.1.0.25270.1 #1

Merged
jali merged 26 commits from develop into main 2025-09-27 19:36:19 +00:00
Showing only changes of commit 474c027d6d - Show all commits

View File

@@ -68,7 +68,7 @@ check_for_updates() {
if [ -z "$last_commit_hash" ] || [ "$current_commit_hash" != "$last_commit_hash" ]; then
log_message "INFO" "New commits detected. Pulling..."
git -C "$REPO_LOCAL_PATH/$repo_name" checkout $BRANCH_NAME
git -C "$REPO_LOCAL_PATH/$repo_name" pull origin $BRANCH_NAME
if [ $? -eq 0 ]; then
log_message "INFO" "Pull successful."