Hi! I have a problem with a bash script. I thought it would exit at a certain point, but it does not! It tries to check if the script has already started the last 60 s, and exit if it has. It will be executed by udev when a usb device is connected. But the udev starts the script about 10 times. So I...