mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
Update install
This commit is contained in:
parent
fa3a16097b
commit
558eb39939
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ ynh_install_nodejs 8
|
|||
|
||||
db_user=$app
|
||||
db_name=$app
|
||||
db_pass=ynh_string_random 20
|
||||
db_pass=$(ynh_string_random 20)
|
||||
ynh_app_setting_set $app db_pass $db_pass
|
||||
|
||||
# Create postgresql database
|
||||
|
|
Loading…
Add table
Reference in a new issue