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:
parent
5fd74c18d0
commit
90fbfdf3f5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue