From 6eca258e9c6716d2a2075561f1348bf25428d2eb Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 13 Mar 2025 12:21:27 +0100 Subject: [PATCH] test --- 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 0b57872..90bbf69 100644 --- a/install/cryptpad-install.sh +++ b/install/cryptpad-install.sh @@ -41,7 +41,7 @@ cd cryptpad $STD git checkout $RELEASE $STD npm ci $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 sed -i '80s/localhost/0.0.0.0/g' /opt/cryptpad/config/config.js echo "${RELEASE}" >/opt/${APPLICATION}_version.txt