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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-04 08:38:56 +02:00
parent 89f2b46eb8
commit 8c2f496f88
2 changed files with 12 additions and 5 deletions

View File

@@ -19,9 +19,11 @@ case "${1}" in
esac
mkdir -p /run/ciss
printf '%s\n' "${PATH}" >| /run/ciss/fixpath.initial
printf '%s\n' "${PATH}" >| /run/ciss/fixpath_early.initial
### Make sure /usr/local/bin is in front of 'PATH'.
export PATH="/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr"
printf '%s\n' "${PATH}" >| /run/ciss/fixpath_late.initial
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh