diff options
Diffstat (limited to 'scripts')
| -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 <<< \ |
