This commit is contained in:
CanbiZ
2025-04-14 13:50:03 +02:00
parent 1e930dc88d
commit 015600af6f
2 changed files with 5 additions and 0 deletions

View File

@@ -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"