summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorFélix Barbeira <fbarbeira@gmail.com>2015-10-09 09:29:41 +0200
committerFélix Barbeira <fbarbeira@gmail.com>2015-10-09 09:29:41 +0200
commit585a8d77c0dae7d36cff6c7ed72c8d70691b0f8b (patch)
tree3d953a3db9fee367778c7a1ff141191ec190e13f /templates
parent87f195af653ea2e23ce1816d557d250f8d6b86c4 (diff)
Small fix typo
Diffstat (limited to 'templates')
-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? -%>