V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 43s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 43s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -27,7 +27,7 @@ guard_sourcing
|
||||
#######################################
|
||||
setup_chrony() {
|
||||
# shellcheck disable=SC2155
|
||||
declare var_of="$(mktemp --tmpdir --mode=0600 /tmp/var_of.XXXXXXXX)"
|
||||
declare var_of="$(mktemp var_of.XXXXXXXX)"
|
||||
declare var_ntp_server
|
||||
|
||||
for var_ntp_server in "${ARY_NTPSRVR[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user