if a background BASH shell script has a "#!/bin/bash -i" shebang (the "-i" option tells that the script is an interactive script), then it will be stopped even if it is started via nohup