Remove duplicate local variable declaration #10

Merged
Damien merged 1 commits from chore/fix_shell_warning into main 2026-06-14 12:13:27 +00:00
Showing only changes of commit 5b8a837a11 - Show all commits

View File

@@ -114,7 +114,7 @@ EOF
curl -fsSL "$SCRIPT_URL" | pct exec "$CTID" -- bash -s -- --install
local ip
local ip\n ip=$(pct exec \"$CTID\" -- ip -4 addr show eth0 2>/dev/null | awk '/inet /{print $2}' | cut -d/ -f1)
ip=$(pct exec "$CTID" -- ip -4 addr show eth0 2>/dev/null | awk '/inet /{print $2}' | cut -d/ -f1)
echo ""
log_info "========================================="