diff options
author | EuAndreh <eu@euandre.org> | 2020-11-16 20:01:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-16 20:01:43 -0300 |
commit | 635fb5e9c11769d935f75c7eeb9e91c11e4f23bc (patch) | |
tree | cd14e0d5dcf0f123c4bae56a118f8bef7cc3da21 /nixos-switch.sh | |
parent | Forget existing resource to start working on new VPS (diff) | |
download | toph-635fb5e9c11769d935f75c7eeb9e91c11e4f23bc.tar.gz toph-635fb5e9c11769d935f75c7eeb9e91c11e4f23bc.tar.xz |
Fix tests.sh
Diffstat (limited to 'nixos-switch.sh')
-rwxr-xr-x | nixos-switch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos-switch.sh b/nixos-switch.sh index 7ddbec9..1e46434 100755 --- a/nixos-switch.sh +++ b/nixos-switch.sh @@ -1,6 +1,7 @@ #!/usr/bin/env nix-shell #!nix-shell -i bash # shellcheck shell=bash +# shellcheck disable=2086 set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" |