From 98adea402a2f4b2e80d5de37cc762c58bf06cec7 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Fri, 6 Feb 2026 20:56:31 +0100 Subject: [PATCH] Bichon: standard --- install/bichon-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/bichon-install.sh b/install/bichon-install.sh index ce3417a49..01f802880 100644 --- a/install/bichon-install.sh +++ b/install/bichon-install.sh @@ -14,10 +14,11 @@ network_check update_os fetch_and_deploy_gh_release "bichon" "rustmailer/bichon" "prebuild" "latest" "/opt/bichon" "bichon-*-x86_64-unknown-linux-gnu.tar.gz" + +msg_info "Setting up Bichon" mkdir -p /opt/bichon-data BICHON_ENC_PASSWORD=$(openssl rand -base64 32 | tr -d "=+/" | cut -c1-32) -msg_info "Setting up Bichon" cat </opt/bichon/bichon.env BICHON_ROOT_DIR=/opt/bichon-data BICHON_LOG_LEVEL=info