diff options
| author | yalh76 <yalh@yahoo.com> | 2019-05-11 15:35:49 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-05-11 15:35:49 +0200 |
| commit | 90fbfdf3f5c082c96fdb7d1f52aed4ab2ad44eb5 (patch) | |
| tree | b22fac23153711bbedd56b05433ca4d1b696c526 /scripts | |
| parent | 5fd74c18d0b0e8b851dd136567edd17c6c4606b2 (diff) | |
| download | mastodon_ynh-90fbfdf3f5c082c96fdb7d1f52aed4ab2ad44eb5.tar.gz mastodon_ynh-90fbfdf3f5c082c96fdb7d1f52aed4ab2ad44eb5.tar.bz2 mastodon_ynh-90fbfdf3f5c082c96fdb7d1f52aed4ab2ad44eb5.zip | |
fix message
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 c2a21b4..d39235e 100644 --- a/scripts/install +++ b/scripts/install @@ -110,7 +110,7 @@ ynh_install_app_dependencies $pkg_dependencies #================================================= # CREATE A POSTGRESQL DATABASE #================================================= -ynh_script_progression --message"Creating a PostgreSQL database..." --time --weight=1 +ynh_script_progression --message="Creating a PostgreSQL database..." --time --weight=1 # Create postgresql database db_name="${app}_production" |
