| Summary: | Unbound variable | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Andrew Borodin <aborodin> |
| Component: | sysvinit-tmpfiles | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | NEW --- | QA Contact: | qa-sisyphus |
| Severity: | minor | ||
| Priority: | P5 | CC: | amakeenk |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Andrew Borodin
2023-05-14 11:17:09 MSK
Ошибка в скрипте, используемая переменная initfile не определена:
# cat /etc/cron.daily/tmpfiles
#! /bin/sh -eu
systemd_tmpfiles=/sbin/systemd-tmpfiles
if [ -x "$systemd_tmpfiles" ] && [ -x "$initfile" ]; then
"$systemd_tmpfiles" --clean 2>/dev/null ||:
fi
|