check_uptime3 under Debian [SOLVED]

@cnoyes72: you can simply change the shell to: “/bin/bash”, so the script works fine under Debian as well. Do this by editing the first line and replace “#!/bin/sh” with “#!/bin/bash”.

Hope this helps. Cheers.