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
fbd1a73781
commit
dabcadfc10
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if [ -z "${weather_api_key:-}" ]; then
|
|||
ynh_app_setting_set --app=$app --key=weather_api_key --value=$weather_api_key
|
||||
fi
|
||||
|
||||
if [ -z "${$redis_db:-}" ]; then
|
||||
if [ -z "${redis_db:-}" ]; then
|
||||
redis_db=$(ynh_redis_get_free_db)
|
||||
ynh_app_setting_set --app="$app" --key=redis_db --value="$redis_db"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue