aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-05-11 15:35:49 +0200
committeryalh76 <yalh@yahoo.com>2019-05-11 15:35:49 +0200
commit90fbfdf3f5c082c96fdb7d1f52aed4ab2ad44eb5 (patch)
treeb22fac23153711bbedd56b05433ca4d1b696c526 /scripts
parent5fd74c18d0b0e8b851dd136567edd17c6c4606b2 (diff)
downloadmastodon_ynh-90fbfdf3f5c082c96fdb7d1f52aed4ab2ad44eb5.tar.gz
mastodon_ynh-90fbfdf3f5c082c96fdb7d1f52aed4ab2ad44eb5.tar.bz2
mastodon_ynh-90fbfdf3f5c082c96fdb7d1f52aed4ab2ad44eb5.zip
fix message
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install2
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"