mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
7 lines
147 B
Bash
Executable File
7 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Exit immediately if a command exits with a non-zero status.
|
|
set -e
|
|
|
|
/bin/bash script/docker-update.sh
|
|
/bin/bash script/docker-run.sh |