mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
fix
This commit is contained in:
parent
90b5917ac7
commit
f87b1b77c7
1 changed files with 0 additions and 4 deletions
|
@ -50,11 +50,7 @@ popd
|
|||
ynh_script_progression --message="Installing service script..." --weight=1
|
||||
|
||||
key=$(ynh_string_random --length=45 | base64)
|
||||
redis_db=$(ynh_redis_get_free_db)
|
||||
|
||||
ynh_app_setting_set --app=$app --key=key --value=$key
|
||||
ynh_app_setting_set --app=$app --key=redis_db --value=$redis_db
|
||||
|
||||
|
||||
|
||||
ynh_add_config --template="../conf/.env.production" --destination="$install_dir/.env"
|
||||
|
|
Loading…
Reference in a new issue