diff options
| author | EuAndreh <eu@euandre.org> | 2019-05-26 13:53:02 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2019-05-26 13:53:02 -0300 |
| commit | 19f25e40ceadad26eec1e2b5a174499a68aa4331 (patch) | |
| tree | 2491435b78eb1306707d9672d59f7f360875ba95 | |
| parent | Remove extra newline at "Done.\n" messages (diff) | |
| download | toph-19f25e40ceadad26eec1e2b5a174499a68aa4331.tar.gz toph-19f25e40ceadad26eec1e2b5a174499a68aa4331.tar.xz | |
Disable shellcheck 2139 offense
| -rwxr-xr-x | deploy.sh | 1 | ||||
| -rw-r--r-- | provision.sh | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ set -Eeuo pipefail cd "${BASH_SOURCE%/*}/" +# shellcheck disable=SC2139 alias ssh="ssh -i secrets/id_rsa root@$TLD" apt_wait() { diff --git a/provision.sh b/provision.sh index 70f3b59..21e0f1f 100644 --- a/provision.sh +++ b/provision.sh @@ -10,6 +10,7 @@ popd source .envrc echo "Done." +# shellcheck disable=SC2139 alias ssh="ssh -i secrets/id_rsa root@$TLD" echo "Shutting down running containers..." |
