From 1dd7df75e8346030abe6141f7412c558b664cb2f Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:06:32 -0700 Subject: [PATCH] Update onlyoffice-install.sh --- onlyoffice/onlyoffice-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/onlyoffice/onlyoffice-install.sh b/onlyoffice/onlyoffice-install.sh index eef18bf..217d946 100644 --- a/onlyoffice/onlyoffice-install.sh +++ b/onlyoffice/onlyoffice-install.sh @@ -18,9 +18,6 @@ if ! [ $(id -u) = 0 ]; then exit 1 fi -# Create Directories -mkdir -p /usr/local/etc/onlyoffice/etc/nginx/includes - # Install Packages pkg install -y \ onlyoffice-documentserver \