1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2022-02-24 21:30:05 +01:00
parent 5d05c95311
commit 9c2483a23a
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -82,6 +82,10 @@ if ! ynh_permission_exists --permission="api"; then
ynh_permission_create --permission="api" --url="/api" --allowed="visitors" --show_tile="false" --protected="true"
fi
# Do not remove the file before the backup, to not fail the backup.
# Remove old cron job
ynh_secure_remove --file="/etc/cron.d/$app"
#=================================================
# CREATE DEDICATED USER
#=================================================