fix: fixed ctrl + c not working

This commit is contained in:
Rohit T P
2024-04-20 12:03:17 +00:00
parent d58d8582d8
commit ad4a720272

View File

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