aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2017-04-11 11:48:49 +0200
committerGitHub <noreply@github.com>2017-04-11 11:48:49 +0200
commit2de65844e95337f04983566a08052cb20a4653d1 (patch)
tree3201a6483248325f4d5219fa648735c0d3a5fb3e /scripts/install
parentf4f12dad136b5447f76a92db94b6756f4464c090 (diff)
downloadmastodon_ynh-2de65844e95337f04983566a08052cb20a4653d1.tar.gz
mastodon_ynh-2de65844e95337f04983566a08052cb20a4653d1.tar.bz2
mastodon_ynh-2de65844e95337f04983566a08052cb20a4653d1.zip
Fix db user creation
Diffstat (limited to 'scripts/install')
-rw-r--r--scripts/install2
1 files changed, 1 insertions, 1 deletions
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 <<< \