Replace BASE_URL constant by REMARK_URL in html
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
echo "prepare environment"
|
||||
# replace BASE_URL constant by REMARK_URL
|
||||
sed -i "s|https://demo.remark42.com|${REMARK_URL}|g" /srv/web/*.js
|
||||
sed -i "s|https://demo.remark42.com|${REMARK_URL}|g" /srv/web/*.{js,html}
|
||||
|
||||
if [ -d "/srv/var" ]; then
|
||||
chown -R app:app /srv/var 2>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user