Send message to maintainers chan if local changes are present
This commit is contained in:
parent
3223cad34e
commit
3252e9744f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue