mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 18:35:17 +00:00
fix: fixed ctrl + c not working
This commit is contained in:
@@ -686,6 +686,7 @@ monitoring_service() {
|
||||
|
||||
# Main program loop
|
||||
while true; do
|
||||
trap - INT
|
||||
show_menu
|
||||
echo "Enter your choice: "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user