cron.sh: set -e
This commit is contained in:
parent
14ad732e48
commit
632ca004c6
1 changed files with 1 additions and 1 deletions
2
cron.sh
2
cron.sh
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
set -e;
|
||||||
|
|
||||||
source="/home/ci/sftp-root/CIAptPackages";
|
source="/home/ci/sftp-root/CIAptPackages";
|
||||||
destination="/srv/aptosaurus/sources";
|
destination="/srv/aptosaurus/sources";
|
||||||
|
|
Loading…
Reference in a new issue