Skip to content

Commit 9216d77

Browse files
Enzimemergify[bot]
authored andcommitted
terraform/install: deal with symlinks better
1 parent c20787a commit 9216d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/install/run-nixos-anywhere.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
4+
SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
55
args=()
66

77
if [[ ${debug_logging-} == "true" ]]; then

0 commit comments

Comments
 (0)