From ce2d3bd1bb613fd92ccf519c95baf241f19d48eb Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 13 Mar 2025 12:37:01 +0100 Subject: [PATCH] fix sed --- install/cryptpad-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"