From 65c43a36f7508d787498a0438e8c1332895933a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:33:53 +0100 Subject: [PATCH] Apply suggestion from @tremor021 --- install/split-pro-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/split-pro-install.sh b/install/split-pro-install.sh index ecfd3e8f4..722793d3b 100644 --- a/install/split-pro-install.sh +++ b/install/split-pro-install.sh @@ -21,7 +21,7 @@ $STD apt install -y openssl msg_ok "Installed Dependencies" PG_DB_NAME="splitpro" PG_DB_USER="splitpro" PG_DB_EXTENSIONS="pg_cron" setup_postgresql_db -fetch_and_deploy_gh_release "split-pro" "oss-apps/split-pro" "tarball" "latest" "/opt/split-pro" +fetch_and_deploy_gh_release "split-pro" "oss-apps/split-pro" "tarball" msg_info "Installing Dependencies" cd /opt/split-pro