From ee8bd4176e209551e5621b6e2b0ec705ceef729d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:51:03 +0100 Subject: [PATCH] move msg_info --- install/paperless-gpt-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/paperless-gpt-install.sh b/install/paperless-gpt-install.sh index adf216c..cc7b0c3 100644 --- a/install/paperless-gpt-install.sh +++ b/install/paperless-gpt-install.sh @@ -66,7 +66,6 @@ CGO_ENABLED=1 go build -tags musl -o paperless-gpt . echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt" msg_ok "Setup Paperless-GPT" -msg_info "Setup Environment" mkdir -p /opt/paperless-gpt-data read -p "Do you want to enter the Paperless local URL now? (y/n) " input_url if [[ "$input_url" =~ ^[Yy]$ ]]; then @@ -82,6 +81,7 @@ else PAPERLESS_API_TOKEN="your_paperless_api_token" fi +msg_info "Setup Environment" cat </opt/paperless-gpt-data/.env PAPERLESS_BASE_URL=$PAPERLESS_BASE_URL PAPERLESS_API_TOKEN=$PAPERLESS_API_TOKEN