If for some reason the key file for a lock is missing, there is no way to get out of this situation just using mq.sh.
It should be safe to just rm the corresponding lock file, but we don't want users to have to do that manually.
The situation should be extremely rare, but it is not entirely impossible, so at least info and signal should deal with it gracefully.
If for some reason the key file for a lock is missing, there is no way to get out of this situation just using
mq.sh.It should be safe to just
rmthe corresponding lock file, but we don't want users to have to do that manually.The situation should be extremely rare, but it is not entirely impossible, so at least
infoandsignalshould deal with it gracefully.