Release v.1.0.25270.1 #1
@@ -55,8 +55,7 @@ check_for_updates() {
|
||||
local current_commit_hash
|
||||
|
||||
# Get the last known commit hash (from a file)
|
||||
echo "$REPO_LOCAL_PATH/$REPO_NAME"
|
||||
cd "$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")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user