mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
[fix] awk was broken
This commit is contained in:
parent
09e8238ef7
commit
97c7908173
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ final_path=/var/www/noalyss
|
||||||
|
|
||||||
sudo rm -rf $final_path
|
sudo rm -rf $final_path
|
||||||
|
|
||||||
sudo su postgres -c "psql -l | grep \"\<noalyss\>\" | awk '{print $1}' | xargs -l dropdb"
|
sudo su postgres -c "psql -l | grep \"\<noalyss\>\" | awk '{print \$1}' | xargs -l dropdb"
|
||||||
|
|
||||||
sudo su postgres -c 'dropuser noalyss'
|
sudo su postgres -c 'dropuser noalyss'
|
||||||
|
|
Loading…
Reference in a new issue