From 5ba2ca4952d07df59f71105a92279f7da4d27f80 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 29 Jun 2021 13:45:42 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index eef87a7..c25b6d4 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -99,7 +99,7 @@ then ynh_secure_remove --file=$final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" - cp -a "$tmpdir/config_inc.php" "$final_path/config/config_inc.php" + cp -a "$tmpdir/config.ini.php" "$final_path/config/config.ini.php" # Remove the tmp directory securely ynh_secure_remove --file="$tmpdir"