Skip to content

Commit 83bbb47

Browse files
authored
/usr/share/zoneinfo/postfix has been dropped (hestiacp#4638)
in favor of /usr/share/zoneinfo/ Doesn't break older versions
1 parent 7ac8038 commit 83bbb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-get-sys-timezones

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ plain_list() {
4545
done
4646
}
4747

48-
zones=$(cd /usr/share/zoneinfo/posix && find -L * -type f -or -type l | sort)
48+
zones=$(cd /usr/share/zoneinfo/ && find -L * -type f -or -type l | sort)
4949

5050
# Listing data
5151
case $format in

0 commit comments

Comments
 (0)