The exec.poststop script doesn't seem to run unless the jail is specified by name, rather than number. For example:
What gives? I looked in the manual and searched every instance of "remove" and didn't see a distinction there.
jail -r browsing
Runs my custom exec.poststop script. However, lets say my jail number for "browsing" is 5: jail -r 5
Skips my poststop script entirely. What gives? I looked in the manual and searched every instance of "remove" and didn't see a distinction there.