From 67c6257d40a71c090145d8dabd40b2e4529982f4 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 13 Mar 2025 13:48:11 +0100 Subject: [PATCH] fix --- 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 3ca702a..e47fb9b 100644 --- a/install/cryptpad-install.sh +++ b/install/cryptpad-install.sh @@ -47,7 +47,7 @@ cp config/config.example.js config/config.js sed -i "80s#//httpAddress: 'localhost'#httpAddress: '0.0.0.0'#g" /opt/cryptpad/config/config.js if [[ "$onlyoffice" =~ ^[Yy]$ ]]; then #sed '24d' /opt/cryptpad/install-onlyoffice.sh - $STD bash -c ./install-onlyoffice.sh --accept-license + $STD bash -c "./install-onlyoffice.sh --accept-license" fi echo "${RELEASE}" >/opt/${APPLICATION}_version.txt msg_ok "Setup ${APPLICATION}"