fix sed
This commit is contained in:
parent
6eca258e9c
commit
ce2d3bd1bb
@ -43,7 +43,7 @@ $STD npm ci
|
|||||||
$STD npm run install:components
|
$STD npm run install:components
|
||||||
#$STD bash -c ./install-onlyoffice.sh
|
#$STD bash -c ./install-onlyoffice.sh
|
||||||
cp config/config.example.js config/config.js
|
cp config/config.example.js config/config.js
|
||||||
sed -i '80s/localhost/0.0.0.0/g' /opt/cryptpad/config/config.js
|
sed -i "80s#//httpAddress: 'localhost'#httpAddress: '0.0.0.0'#g" /opt/cryptpad/config/config.js
|
||||||
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
||||||
msg_ok "Setup ${APPLICATION}"
|
msg_ok "Setup ${APPLICATION}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user