mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
6 lines
131 B
Text
6 lines
131 B
Text
final_path=/var/www/noalyss
|
|
|
|
sudo rm -rf $final_path
|
|
|
|
su postgres -c "dropdb account_repository"
|
|
su postgres -c "dropuser noalyss"
|