mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
[enh] add a remove script
This commit is contained in:
parent
0134bcef4b
commit
6526a4917e
1 changed files with 6 additions and 0 deletions
6
scripts/remove
Normal file
6
scripts/remove
Normal file
|
@ -0,0 +1,6 @@
|
|||
final_path=/var/www/noalyss
|
||||
|
||||
sudo rm -rf $final_path
|
||||
|
||||
su postgres -c "dropdb account_repository"
|
||||
su postgres -c "dropuser noalyss"
|
Loading…
Reference in a new issue