From b6e6ba1bbe737c548d14ef95b8863788732eae82 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:21:37 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 88734c3..59bac77 100644 --- a/scripts/install +++ b/scripts/install @@ -53,7 +53,7 @@ popd 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"