forked from ungleich-public/cdist
__apt_unattended_upgrades: make parameters more speaking
This commit is contained in:
parent
b3f36dbe5b
commit
f5f70671cb
2 changed files with 8 additions and 8 deletions
|
@ -46,7 +46,7 @@ then
|
|||
)"
|
||||
fi
|
||||
|
||||
if [ -f "$__object/parameter/mail-on-error" ]
|
||||
if [ -f "$__object/parameter/mail-only-on-error" ]
|
||||
then
|
||||
conf="$(
|
||||
printf \
|
||||
|
@ -55,7 +55,7 @@ then
|
|||
)"
|
||||
fi
|
||||
|
||||
if [ -f "$__object/parameter/no-auto-fix" ]
|
||||
if [ -f "$__object/parameter/no-auto-fix-interrupted-dpkg" ]
|
||||
then
|
||||
conf="$(
|
||||
printf \
|
||||
|
@ -73,7 +73,7 @@ then
|
|||
)"
|
||||
fi
|
||||
|
||||
if [ -f "$__object/parameter/on-shutdown" ]
|
||||
if [ -f "$__object/parameter/install-on-shutdown" ]
|
||||
then
|
||||
conf="$(
|
||||
printf \
|
||||
|
@ -82,7 +82,7 @@ then
|
|||
)"
|
||||
fi
|
||||
|
||||
if [ -f "$__object/parameter/reboot" ]
|
||||
if [ -f "$__object/parameter/automatic-reboot" ]
|
||||
then
|
||||
conf="$(
|
||||
printf \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
mail-on-error
|
||||
no-auto-fix
|
||||
mail-only-on-error
|
||||
no-auto-fix-interrupted-dpkg
|
||||
no-minimal-steps
|
||||
on-shutdown
|
||||
reboot
|
||||
install-on-shutdown
|
||||
automatic-reboot
|
||||
|
|
Loading…
Reference in a new issue