1
0
Fork 0
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:
Laurent Peuch 2015-09-27 23:37:04 +02:00
parent 0134bcef4b
commit 6526a4917e

6
scripts/remove Normal file
View 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"