milardovich

Recover Me Modafaka

Dec 24th, 2016
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. if service  apache2 status | grep -q not
  2. then
  3.         service apache2 restart
  4. fi
  5.  
  6. if service mysql status | grep -q stop
  7. then
  8.         service mysql restart
  9. fi
Advertisement
Add Comment
Please, Sign In to add comment