Update INSTALL.sh

This commit is contained in:
Stefan Pejcic
2024-05-31 14:24:18 +02:00
committed by GitHub
parent 1e53196132
commit 1c490981d5

View File

@@ -918,8 +918,7 @@ setup_openpanel() {
debug_log playwright install-deps
else
echo "Setting the remote API service '$SCREENSHOTS_API_URL' for website screenshots.."
sed -i "s/screenshots=.*/screenshots=\$SCREENSHOTS_API_URL/" ${OPENPANEL_DIR}conf/panel.config
sed -i 's#screenshots=.*#screenshots='"$SCREENSHOTS_API_URL"'#' "${OPENPANEL_DIR}conf/panel.config" # must use '#' as delimiter
fi