V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 50s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-07 10:40:09 +02:00
parent eed4e1536d
commit f213a4a578
2 changed files with 3 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ installation_chrony() {
done
printf "%b" "${NL}" >> "${var_of}"
printf "# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh %b" "${NL}" >> "${var_of}"
mkdir -p "${TARGET}/var/log/chrony"
@@ -97,7 +98,7 @@ insert_chrony_comments() {
\
# /etc/chrony/conf.d : Generated by CISS.debian.installer '"${VAR_VERSION}"'\
# Architecture : '"${VAR_ARCHITECTURE}"'\
# Distribution : '"${VAR_CODENAME}"'\
# Distribution : '"${VAR_CODENAME}"'
' "${file}"
return 0
}