Skip to content

Commit 98adea4

Browse files
committed
Bichon: standard
1 parent 4b9c68a commit 98adea4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install/bichon-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ network_check
1414
update_os
1515

1616
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"
1719
mkdir -p /opt/bichon-data
1820
BICHON_ENC_PASSWORD=$(openssl rand -base64 32 | tr -d "=+/" | cut -c1-32)
1921

20-
msg_info "Setting up Bichon"
2122
cat <<EOF >/opt/bichon/bichon.env
2223
BICHON_ROOT_DIR=/opt/bichon-data
2324
BICHON_LOG_LEVEL=info

0 commit comments

Comments
 (0)