this post was submitted on 16 Feb 2024
714 points (97.6% liked)

Programmer Humor

32051 readers
1736 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] octopus_ink@lemmy.ml 7 points 7 months ago (1 children)

If the script was supposed to wait 30 secs and then unblock the ports, running with nohup would have allowed the ports to be unblocked 30 secs later. Instead, the script terminated when the SSH session died, and never executed the countdown nor unblock.

[–] krash@lemmy.ml 4 points 7 months ago (1 children)

Thanks for the elaborate answer!

[–] octopus_ink@lemmy.ml 3 points 7 months ago