Fix pre-deployment wizard execution and return handling

- Changed menu to run wizard as subprocess instead of exec
- Removed wizard's exec of menu since it now returns naturally
- Wizard now properly returns to menu on completion or error
- Prevents terminal freezing when wizard crashes
This commit is contained in:
Kelin
2026-01-29 22:41:25 -05:00
parent 0bbed196ed
commit 8b89575bbb
2 changed files with 9 additions and 2 deletions

View File

@@ -365,6 +365,9 @@ main() {
print_info "3. Run: ./localize.sh"
print_info "4. Run: ./deploy.sh core"
echo ""
print_info "Returning to EZ-Homelab menu..."
exit 0
}