Skip to content

Commit

Permalink
Send message to maintainers chan if local changes are present
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Piédallu committed Sep 9, 2024
1 parent fc682b3 commit 2d4daef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function update_venv()

function git_pull_and_update_cron_and_restart_services_if_needed()
{
git pull &>/dev/null
git pull &>/dev/null || sendxmpppy "[apps repo] Couldn't pull, maybe local changes are present?"

# Cron
cat cron | sed "s@__BASEDIR__@$workdir@g" > /etc/cron.d/app_list
Expand Down

0 comments on commit 2d4daef

Please sign in to comment.