Files
astuto/script/docker-update-and-run.sh

7 lines
147 B
Bash
Raw Normal View History

2019-09-22 15:52:53 +02:00
#!/bin/bash
2019-09-23 12:14:35 +02:00
# Exit immediately if a command exits with a non-zero status.
set -e
2019-09-22 15:52:53 +02:00
/bin/bash script/docker-update.sh
/bin/bash script/docker-run.sh