Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-07-27 10:21:08 +0300
committernachoparker <nacho@ownyourbits.com>2017-08-11 00:17:56 +0300
commit00a483af0888fa8d7aef38a2293e340c471a6c83 (patch)
tree464639da1d02ec1645c9c025481c47300d776469 /etc/nextcloudpi-config.d/unattended-upgrades.sh
parentefa3a90a2ed1d4227e0bcb587af0659354370e10 (diff)
output some more information in automount,datadir,unattended-upgradesv0.17.11
Diffstat (limited to 'etc/nextcloudpi-config.d/unattended-upgrades.sh')
-rw-r--r--etc/nextcloudpi-config.d/unattended-upgrades.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nextcloudpi-config.d/unattended-upgrades.sh b/etc/nextcloudpi-config.d/unattended-upgrades.sh
index 30f0c861..c7e3da21 100644
--- a/etc/nextcloudpi-config.d/unattended-upgrades.sh
+++ b/etc/nextcloudpi-config.d/unattended-upgrades.sh
@@ -36,6 +36,7 @@ APT::Periodic::AutocleanInterval "7";
Unattended-Upgrade::Automatic-Reboot "$AUTOREBOOT";
Unattended-Upgrade::Automatic-Reboot-Time "04:00";
EOF
+ echo "Unattended upgrades active: $ACTIVE_ (autoreboot $AUTOREBOOT_)"
}
cleanup()