mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
[fix] missing config files remove
This commit is contained in:
parent
38478d5ab7
commit
cccbaa4e48
1 changed files with 7 additions and 0 deletions
|
@ -7,3 +7,10 @@ sudo rm -rf $final_path
|
|||
sudo su postgres -c "psql -l | grep \"\<noalyss\>\" | awk '{print \$1}' | xargs -l dropdb"
|
||||
|
||||
sudo su postgres -c 'dropuser noalyss'
|
||||
|
||||
finalphpconf=/etc/php5/fpm/pool.d/noalyss.conf
|
||||
|
||||
rm $finalphpconf
|
||||
rm /etc/nginx/conf.d/$domain.d/noalyss.conf
|
||||
|
||||
domain=$(sudo yunohost app setting noalyss domain)
|
||||
|
|
Loading…
Add table
Reference in a new issue