fix: post-install menu opens help instead of interactive menu

This commit is contained in:
SamNet-dev
2026-02-11 01:44:13 -06:00
parent 5884dfe284
commit 4924fa469c

View File

@@ -11668,7 +11668,7 @@ SVCEOF
if [ "$BATCH_MODE" != "true" ]; then
read -p "Open management menu now? [Y/n] " open_menu < /dev/tty || true
if [[ ! "$open_menu" =~ ^[Nn]$ ]]; then
"$INSTALL_DIR/conduit" menu
"$INSTALL_DIR/conduit" menu < /dev/tty
fi
fi
}