There was an error while loading. Please reload this page.
1 parent 4b9c68a commit 98adea4Copy full SHA for 98adea4
1 file changed
install/bichon-install.sh
@@ -14,10 +14,11 @@ network_check
14
update_os
15
16
fetch_and_deploy_gh_release "bichon" "rustmailer/bichon" "prebuild" "latest" "/opt/bichon" "bichon-*-x86_64-unknown-linux-gnu.tar.gz"
17
+
18
+msg_info "Setting up Bichon"
19
mkdir -p /opt/bichon-data
20
BICHON_ENC_PASSWORD=$(openssl rand -base64 32 | tr -d "=+/" | cut -c1-32)
21
-msg_info "Setting up Bichon"
22
cat <<EOF >/opt/bichon/bichon.env
23
BICHON_ROOT_DIR=/opt/bichon-data
24
BICHON_LOG_LEVEL=info
0 commit comments