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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2018-11-24 18:39:07 +0300
committerGitHub <noreply@github.com>2018-11-24 18:39:07 +0300
commitf00f45bf9ae995a9f3c982ca596b6e5a55508539 (patch)
tree7fea811423ce96e3b151b63d4b31c4ef32412c00 /nextcloud_update.sh
parent1ed913814415608660d380323d72858302236509 (diff)
change from UTC to system date & time (#720)
Diffstat (limited to 'nextcloud_update.sh')
-rw-r--r--nextcloud_update.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nextcloud_update.sh b/nextcloud_update.sh
index a44ce683..2b9a92f1 100644
--- a/nextcloud_update.sh
+++ b/nextcloud_update.sh
@@ -272,6 +272,7 @@ then
if grep -r ncdata /etc/mtab
then
install_if_not zfs-auto-snapshot
+ sed -i "s|date --utc|date|g" /usr/sbin/zfs-auto-snapshot
check_command zfs-auto-snapshot -r ncdata
fi
fi