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:
parent
b7a978c83d
commit
fa44b8812c
2 changed files with 0 additions and 4 deletions
|
@ -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
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue