From 015600af6f57e7eb6492d956234bdf28e73d8db7 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:50:03 +0200 Subject: [PATCH] test --- install/documenso-install.sh | 4 ++++ misc/tools.func | 1 + 2 files changed, 5 insertions(+) diff --git a/install/documenso-install.sh b/install/documenso-install.sh index 3f5434a..69959cb 100644 --- a/install/documenso-install.sh +++ b/install/documenso-install.sh @@ -13,6 +13,10 @@ setting_up_container network_check update_os +msg_info "Setup Functions" +import_local_ip +msg_ok "Setup Functions" + msg_info "Installing Dependencies" $STD apt-get install -y \ gpg \ diff --git a/misc/tools.func b/misc/tools.func index 41f986f..262921f 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -721,6 +721,7 @@ EOF } import_local_ip() { + setup_local_ip_helper local IP_FILE="/run/local-ip.env" if [[ -f "$IP_FILE" ]]; then source "$IP_FILE"