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"