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
|
fi
|
||||||
|
|
||||||
if [ -f "$__object/parameter/mail-on-error" ]
|
if [ -f "$__object/parameter/mail-only-on-error" ]
|
||||||
then
|
then
|
||||||
conf="$(
|
conf="$(
|
||||||
printf \
|
printf \
|
||||||
|
@ -55,7 +55,7 @@ then
|
||||||
)"
|
)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "$__object/parameter/no-auto-fix" ]
|
if [ -f "$__object/parameter/no-auto-fix-interrupted-dpkg" ]
|
||||||
then
|
then
|
||||||
conf="$(
|
conf="$(
|
||||||
printf \
|
printf \
|
||||||
|
@ -73,7 +73,7 @@ then
|
||||||
)"
|
)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "$__object/parameter/on-shutdown" ]
|
if [ -f "$__object/parameter/install-on-shutdown" ]
|
||||||
then
|
then
|
||||||
conf="$(
|
conf="$(
|
||||||
printf \
|
printf \
|
||||||
|
@ -82,7 +82,7 @@ then
|
||||||
)"
|
)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "$__object/parameter/reboot" ]
|
if [ -f "$__object/parameter/automatic-reboot" ]
|
||||||
then
|
then
|
||||||
conf="$(
|
conf="$(
|
||||||
printf \
|
printf \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
mail-on-error
|
mail-only-on-error
|
||||||
no-auto-fix
|
no-auto-fix-interrupted-dpkg
|
||||||
no-minimal-steps
|
no-minimal-steps
|
||||||
on-shutdown
|
install-on-shutdown
|
||||||
reboot
|
automatic-reboot
|
||||||
|
|
Loading…
Reference in a new issue