mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
meh
This commit is contained in:
parent
cb860263ac
commit
9d3d018e10
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ sudo rm -rf $final_path
|
|||
|
||||
for i in $(psql -l | grep "\<noalyss\>" | awk '{print $1}')
|
||||
do
|
||||
su postgres -c "dropdb $i"
|
||||
sudo "su postgres -c \"dropdb $i\""
|
||||
done
|
||||
|
||||
su postgres -c "dropuser noalyss"
|
||||
|
|
Loading…
Reference in a new issue