Skip to content

Commit

Permalink
chore: 🤖 add missing quit handler
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Nov 28, 2023
1 parent c1c5f4c commit b52d0b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ ART
echo

selected=$(menuUtils)
elif [[ "$selected" == "$defaultMenuOptionQuit" ]]; then
quitProcess
fi

echo
Expand Down

0 comments on commit b52d0b4

Please sign in to comment.