mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
Fix in psql
This commit is contained in:
parent
58e96aa627
commit
efb642d66b
1 changed files with 1 additions and 0 deletions
|
@ -157,3 +157,4 @@ ynh_psql_create_user() {
|
||||||
ynh_psql_drop_user() {
|
ynh_psql_drop_user() {
|
||||||
user="$1"
|
user="$1"
|
||||||
sudo --login --user=postgres dropuser "$user"
|
sudo --login --user=postgres dropuser "$user"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue