Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. rm /usr/local/vesta/data/queue/backup.pipe
  4. touch /usr/local/vesta/data/queue/backup.pipe
  5. chmod 750 /usr/local/vesta/data/queue/backup.pipe
  6.  
  7. echo "Current backup in progress has been stopped. You can now create a new backup."
  8. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement