Files

7 lines
86 B
Bash
Raw Permalink Normal View History

#!/bin/bash
./stop.sh
echo "Waiting 30s for containers to stop"
sleep 30
./resume.sh