summaryrefslogtreecommitdiff
path: root/templates/unattended-upgrades.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/unattended-upgrades.erb')
-rw-r--r--templates/unattended-upgrades.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/unattended-upgrades.erb b/templates/unattended-upgrades.erb
index 6c24b71..c73d58c 100644
--- a/templates/unattended-upgrades.erb
+++ b/templates/unattended-upgrades.erb
@@ -51,8 +51,8 @@ Unattended-Upgrade::MailOnlyOnError "<%= @_mail['only_on_error'].to_s %>";
// (equivalent to apt-get autoremove)
Unattended-Upgrade::Remove-Unused-Dependencies "<%= @_auto['remove'].to_s %>";
-// Automatically reboot *WITHOUT CONFIRMATION* if a
-// the file /var/run/reboot-required is found after the upgrade
+// Automatically reboot *WITHOUT CONFIRMATION*
+// if the file /var/run/reboot-required is found after the upgrade
Unattended-Upgrade::Automatic-Reboot "<%= @_auto['reboot'].to_s %>";
<%- unless @dl_limit.nil? -%>