Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # To make this file executable from the command line, enter: `chmod +x reload.sh`
  4.  
  5. aai app exec sudo killall python -9 --no-container
  6. aai app deploy --yes
  7. aai app start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement