1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

fix message

This commit is contained in:
yalh76 2019-05-11 15:35:49 +02:00
parent 5fd74c18d0
commit 90fbfdf3f5

View file

@ -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"