Skip to content

Commit

Permalink
Fix change_url syntax error, see:
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Dec 21, 2020
1 parent 8536708 commit 7e56fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/change_url
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ log_path=$(ynh_app_setting_get --app="$app" --key=log_path)
port=$(ynh_app_setting_get --app="$app" --key=port)
db_pwd=$(ynh_app_setting_get --app="$app" --key=psqlpwd)
admin_mail=$(ynh_user_get_info "$admin" mail)
redis_db=$(ynh_app_setting_get --app="$app" --key=redis_db
redis_db=$(ynh_app_setting_get --app="$app" --key=redis_db)

#=================================================
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
Expand Down

0 comments on commit 7e56fe2

Please sign in to comment.