Initial commit: add .gitignore and README
This commit is contained in:
6
restart.sh
Executable file
6
restart.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
./stop.sh
|
||||
echo "Waiting 30s for containers to stop"
|
||||
sleep 30
|
||||
./resume.sh
|
||||
Reference in New Issue
Block a user