Advertisement
Guest User

Untitled

a guest
Mar 21st, 2012
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #
  2. # This script will reboot the MediaTomb Server, deleting its database, forcing a rebuild.
  3. #
  4.  
  5.  
  6. echo Shutting down MediaTomb Server
  7.  
  8. killall -HUP mediatomb
  9. rm -f ~/.mediatomb/mediatomb.db
  10. rm -f ~/.mediatomb/mediatomb.db-journal
  11. rm -f ~/.mediatomb/mediatomb.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement