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:
parent
073f2ee2be
commit
fa2e9fdf57
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue