1
0
Fork 0

Send message to maintainers chan if local changes are present

This commit is contained in:
Félix Piédallu 2024-09-09 14:42:37 +02:00 committed by Salamandar
parent 3223cad34e
commit 3252e9744f

View file

@ -12,7 +12,7 @@ function update_venv()
function git_pull_and_update_cron_and_restart_services_if_needed() 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 # Cron
cat cron | sed "s@__BASEDIR__@$workdir@g" > /etc/cron.d/app_list cat cron | sed "s@__BASEDIR__@$workdir@g" > /etc/cron.d/app_list