From 752f5811d8075109cc78e0f4c4e698fcc4519015 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:22:01 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index dfd266f..71f20b7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -71,7 +71,7 @@ then ynh_secure_remove --file="$install_dir/dist" mv $install_dir/build/dist $install_dir pushd $install_dir/dist - ynh_replace_string --match_string="pipedapi\.kavin\.rocks" -replace_string="$domain\\/api" --target_file="assets/*" + ynh_replace_string --match_string="pipedapi\.kavin\.rocks" --replace_string="$domain\\/api" --target_file="assets/*" popd chown -R $app:www-data "$install_dir/dist" chmod -R 755 "$install_dir/dist"