mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2024-09-03 18:36:30 +02:00
dbb9891351
that sends an email to the admin of flohmarkt or the admin group of yunohost when the user database changes
9 lines
276 B
Bash
9 lines
276 B
Bash
#!/bin/sh
|
|
# run urlwatch for flohmarkt
|
|
PATH=/usr/sbin:/sbin:/usr/bin:/bin
|
|
|
|
sleep $((RANDOM%111))
|
|
sudo -u __APP__ urlwatch \
|
|
--config /var/www/__APP__/urlwatch/config.yaml \
|
|
--urls=/var/www/__APP__/urlwatch/urls.yaml \
|
|
--cache /var/www/__APP__/urlwatch/cache.file
|