Guest User

Untitled

a guest
Jul 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # requires yum-utils to be installed
  4. if ! needs-restarting -r 2>&1 >> /dev/null; then
  5. echo '**System Restart Required**'
  6. fi
Add Comment
Please, Sign In to add comment