aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2017-04-11 12:00:33 +0200
committerGitHub <noreply@github.com>2017-04-11 12:00:33 +0200
commit692ceacf077628b739af16965e451c8df5c652a2 (patch)
treee6cf34dad71880b70d75008ea9ba9815cc5f7e92 /scripts/install
parent1cc7f73737c00c224b326489a441f307ae2a0c06 (diff)
downloadmastodon_ynh-692ceacf077628b739af16965e451c8df5c652a2.tar.gz
mastodon_ynh-692ceacf077628b739af16965e451c8df5c652a2.tar.bz2
mastodon_ynh-692ceacf077628b739af16965e451c8df5c652a2.zip
Fix comment
Diffstat (limited to 'scripts/install')
-rw-r--r--scripts/install4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install b/scripts/install
index 432b1ad..f5bc3dc 100644
--- a/scripts/install
+++ b/scripts/install
@@ -65,10 +65,10 @@ curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
sudo apt-get -y install nodejs
sudo npm install -g yarn
-# Create DB user
+# Create DB user mastodon
ynh_psql_create_user_without_password "$app"
-# Create user mastodon and set UTF8 encoding by default
+# Set UTF8 encoding by default
sudo su -c "psql" postgres <<< \
"update pg_database set datistemplate='false' where datname='template1';"\
"drop database template1;"\