1
0
Fork 0
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:
anmol26s 2018-09-01 18:10:10 +05:30
parent 58e96aa627
commit efb642d66b

View file

@ -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"
}