From ee2ab3888c7a1d14a753a2b81f7b8fbf703410be Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Thu, 24 Feb 2022 00:56:19 +0100 Subject: [PATCH] Typo in upgrade script --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 3887df4..3610b7a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -153,7 +153,7 @@ ynh_add_fpm_config # TAKE BACK THE OLD digiwords.db file #================================================= ynh_script_progression --message="Restoring database..." --time --weight=1 -ynh_restore_file -o "$final_pat/inc/digiwords.db" +ynh_restore_file -o "$final_path/inc/digiwords.db" #================================================= # GENERIC FINALIZATION