diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-11 11:48:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-11 11:48:49 +0200 |
| commit | 2de65844e95337f04983566a08052cb20a4653d1 (patch) | |
| tree | 3201a6483248325f4d5219fa648735c0d3a5fb3e /scripts/install | |
| parent | f4f12dad136b5447f76a92db94b6756f4464c090 (diff) | |
| download | mastodon_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/install | 2 |
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 <<< \ |
