We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a20e3 commit d68c466Copy full SHA for d68c466
ct/revealjs.sh
@@ -40,12 +40,11 @@ function update_script() {
40
tar zxf $temp_file
41
rm -rf /opt/revealjs/node_modules/*
42
cp /opt/revealjs/index.html /opt
43
- cp /opt/revealjs/gulpfile.js /opt
44
cp -rf reveal.js-${RELEASE}/* /opt/revealjs
45
cd /opt/revealjs
46
$STD npm install
47
cp -f /opt/index.html /opt/revealjs
48
- cp -f /opt/gulpfile.js /opt/revealjs
+ sed -i '25s/localhost/0.0.0.0/g' /opt/revealjs/gulpfile.js
49
echo "${RELEASE}" >/opt/${APP}_version.txt
50
msg_ok "Updated $APP to ${RELEASE}"
51
0 commit comments