Skip to content

Commit f00f45b

Browse files
authored
change from UTC to system date & time (#720)
1 parent 1ed9138 commit f00f45b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nextcloud_update.sh

+1
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ then
272272
if grep -r ncdata /etc/mtab
273273
then
274274
install_if_not zfs-auto-snapshot
275+
sed -i "s|date --utc|date|g" /usr/sbin/zfs-auto-snapshot
275276
check_command zfs-auto-snapshot -r ncdata
276277
fi
277278
fi

static/format-sdb.sh

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ then
154154
if grep -r $LABEL_ /etc/mtab
155155
then
156156
install_if_not zfs-auto-snapshot
157+
sed -i "s|date --utc|date|g" /usr/sbin/zfs-auto-snapshot
157158
fi
158159
fi
159160

0 commit comments

Comments
 (0)