diff options
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env bash set -Eeuo pipefail -cd "${BASH_SOURCE%/*}/" +cd "$(dirname "${BASH_SOURCE[0]}")" apt_wait() { local i=0 |
