From e6634aaa933ae7352541fc8185b06ae87e62aa81 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 16 Oct 2025 20:01:07 +0200 Subject: [PATCH] Update Open Archiver --- install/open-archiver-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/open-archiver-install.sh b/install/open-archiver-install.sh index 2029e0d5a..628ede760 100644 --- a/install/open-archiver-install.sh +++ b/install/open-archiver-install.sh @@ -25,7 +25,6 @@ JWT_KEY="$(openssl rand -hex 32)" SECRET_KEY="$(openssl rand -hex 32)" IP_ADDR=$(hostname -I | awk '{print $1}') - msg_info "Setting up PostgreSQL" DB_NAME="openarchiver_db" DB_USER="openarchiver"