diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-11 11:55:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-11 11:55:32 +0200 |
| commit | 1cc7f73737c00c224b326489a441f307ae2a0c06 (patch) | |
| tree | 9112256a9427b2622070a89c00e75ce6454c33df /scripts | |
| parent | 2de65844e95337f04983566a08052cb20a4653d1 (diff) | |
| download | mastodon_ynh-1cc7f73737c00c224b326489a441f307ae2a0c06.tar.gz mastodon_ynh-1cc7f73737c00c224b326489a441f307ae2a0c06.tar.bz2 mastodon_ynh-1cc7f73737c00c224b326489a441f307ae2a0c06.zip | |
Fix PG again
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 299b945..432b1ad 100644 --- a/scripts/install +++ b/scripts/install @@ -73,7 +73,7 @@ sudo su -c "psql" postgres <<< \ "update pg_database set datistemplate='false' where datname='template1';"\ "drop database template1;"\ "create database template1 encoding='UTF8' template template0;"\ - "update pg_database set datistemplate='true' where datname='template1'; + "update pg_database set datistemplate='true' where datname='template1';" # Download all Ruby source sudo git clone https://github.com/rbenv/rbenv.git $final_path/.rbenv |
