1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

Update upgrade

This commit is contained in:
Thomas 2023-09-15 08:37:44 +02:00 committed by GitHub
parent 7823e76aab
commit da810a7d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ upgrade_type=$(ynh_check_app_version_changed)
#=================================================
# If redis_db doesn't exist, create it
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