1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

[enh] Remove exit command to comply with ynh linter

This commit is contained in:
Clément 2016-03-26 11:06:40 +01:00
parent b7a978c83d
commit fa44b8812c
2 changed files with 0 additions and 4 deletions

View file

@ -23,5 +23,3 @@ sudo cp -a /etc/cron.d/${APP} "${BACKUP_DIR}/conf/${APP}"
# Backup mysql # Backup mysql
mysqldump -u ${APP} -p$db_pwd ${APP} | sudo dd of=${BACKUP_DIR}/${APP}.dmp mysqldump -u ${APP} -p$db_pwd ${APP} | sudo dd of=${BACKUP_DIR}/${APP}.dmp
exit 0

View file

@ -37,5 +37,3 @@ sudo su -c "mysql -u ${APP} -p$db_pwd ${APP} < ${BACKUP_DIR}/${APP}.dmp"
# Reload Nginx, and regenerate SSOwat conf # Reload Nginx, and regenerate SSOwat conf
sudo service nginx reload sudo service nginx reload
sudo yunohost app ssowatconf sudo yunohost app ssowatconf
exit 0