From 1faa7a785e895a39c0e62863be2e882b62ee4cea Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:40:46 +0100 Subject: [PATCH] fix path --- install/opencloud-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/opencloud-install.sh b/install/opencloud-install.sh index 99ed46366..9159b42c5 100644 --- a/install/opencloud-install.sh +++ b/install/opencloud-install.sh @@ -61,7 +61,7 @@ fetch_and_deploy_gh_release "opencloud" "opencloud-eu/opencloud" "singlefile" "v msg_info "Configuring OpenCloud" DATA_DIR="/var/lib/opencloud/" -CONFIG_DIR="${CONFIG_DIR}" +CONFIG_DIR="/etc/opencloud" ENV_FILE="${CONFIG_DIR}/opencloud.env" mkdir -p "$DATA_DIR" "$CONFIG_DIR"/assets/apps