Advertisement
DanPacu

Untitled

Sep 2nd, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. echo emby test
  4.  
  5. sudo service emby-server status
  6.  
  7. if
  8. [$text "Active: inactive (dead)"];
  9.  
  10. then
  11. sudo service emby-server restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement