mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
ifx typo
This commit is contained in:
parent
3a7b21fbcb
commit
f00ae6d6b9
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ ynh_script_progression --message="Creating a PostgreSQL database..." --weight=5
|
||||||
# Create postgresql database
|
# Create postgresql database
|
||||||
db_name="${app}_production"
|
db_name="${app}_production"
|
||||||
db_user=$app
|
db_user=$app
|
||||||
db_pwd=$(ynh_string_random --length30)
|
db_pwd=$(ynh_string_random --length=30)
|
||||||
ynh_app_setting_set --app=$app --key=db_name --value=$db_name
|
ynh_app_setting_set --app=$app --key=db_name --value=$db_name
|
||||||
ynh_app_setting_set --app=$app --key=db_pwd --value=$db_pwd
|
ynh_app_setting_set --app=$app --key=db_pwd --value=$db_pwd
|
||||||
ynh_psql_test_if_first_run
|
ynh_psql_test_if_first_run
|
||||||
|
|
Loading…
Reference in a new issue