Fix shellcheck
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
root="$(cd "$(dirname "$0")"; pwd)"
|
||||
root="$(cd "$(dirname "$0")" || exit; pwd)"
|
||||
hcl="$root/amd64.pkrvars.hcl"
|
||||
|
||||
base="https://cdimage.debian.org/cdimage/archive/latest-oldoldstable/arm64/iso-cd/"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
root="$(cd "$(dirname "$0")"; pwd)"
|
||||
root="$(cd "$(dirname "$0")" || exit; pwd)"
|
||||
hcl="$root/amd64.pkrvars.hcl"
|
||||
|
||||
base="https://cdimage.debian.org/cdimage/archive/latest-oldstable/arm64/iso-cd/"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
root="$(cd "$(dirname "$0")"; pwd)"
|
||||
root="$(cd "$(dirname "$0")" || exit; pwd)"
|
||||
hcl="$root/amd64.pkrvars.hcl"
|
||||
|
||||
base="https://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/"
|
||||
|
||||
Reference in New Issue
Block a user