diff --git a/install/cryptpad-install.sh b/install/cryptpad-install.sh index 90bbf69..1c7e7f4 100644 --- a/install/cryptpad-install.sh +++ b/install/cryptpad-install.sh @@ -43,7 +43,7 @@ $STD npm ci $STD npm run install:components #$STD bash -c ./install-onlyoffice.sh 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 msg_ok "Setup ${APPLICATION}"