1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00

some stuff

This commit is contained in:
dudjima 2018-04-13 21:27:52 +02:00
parent 073f2ee2be
commit fa2e9fdf57

View file

@ -19,12 +19,12 @@ ynh_clean_setup () {
}
ynh_abort_if_errors
#save database qnd config before replace all files
sudo -i -u postgres
pg_dumpall > noalyss_backup.dmp
sudo cp -a noalyss/include/config.inc.php etc/tmp/
#=================================================
# RELOAD NGINX
#=================================================