Browse Source

fix: fixed ctrl + c not working

pull/8291/head
Rohit T P 2 months ago
parent
commit
ad4a720272
  1. 1
      docker-compose/setup-script/noco.sh

1
docker-compose/setup-script/noco.sh

@ -686,6 +686,7 @@ monitoring_service() {
# Main program loop
while true; do
trap - INT
show_menu
echo "Enter your choice: "

Loading…
Cancel
Save