From 2de65844e95337f04983566a08052cb20a4653d1 Mon Sep 17 00:00:00 2001 From: nemsia Date: Tue, 11 Apr 2017 11:48:49 +0200 Subject: [PATCH] Fix db user creation --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9f3103c..299b945 100644 --- a/scripts/install +++ b/scripts/install @@ -66,7 +66,7 @@ sudo apt-get -y install nodejs sudo npm install -g yarn # Create DB user -ynh_psql_create_user "$app" +ynh_psql_create_user_without_password "$app" # Create user mastodon and set UTF8 encoding by default sudo su -c "psql" postgres <<< \