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 7278d79773 - Show all commits

View File

@@ -55,7 +55,6 @@ check_for_updates() {
local current_commit_hash
# Get the last known commit hash (from a file)
log_message "INFO" "Changing directory into $REPO_LOCAL_PATH/$repo_name"
cd "$REPO_LOCAL_PATH/$repo_name"
if [ -f "$REPO_LOCAL_PATH/$repo_name/.git-monitor-last-commit" ]; then
last_commit_hash=$(cat "$REPO_LOCAL_PATH/$repo_name/.git-monitor-last-commit")