8 lines
61 B
Bash
8 lines
61 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
bash /root/scripts/deploy.sh
|
|
|
|
exec "$@"
|