From cc3d0587dbd7e3dae3ac13371e235925d1fa4d85 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 21 Apr 2020 14:03:49 +0200 Subject: [PATCH] typo --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 2d389b6..48e0aa7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -159,7 +159,7 @@ config="${final_path}/lstu.conf" ynh_backup_if_checksum_is_different --file="$config" cp ../conf/lstu.conf.template "$config" ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$config" -ynh_replace_string --match_string="__PATH__" --replace_string="$path_url" --target_file="$configf" +ynh_replace_string --match_string="__PATH__" --replace_string="$path_url" --target_file="$config" ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="$config" ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$config" ynh_replace_string --match_string="__DB_USER__" --replace_string="$db_user" --target_file="$config"