sameersbn / docker-skype

Dockerized skype with voice and video call support
MIT License
139 stars 30 forks source link

issue #29: fixed an issue with setting timezone on RHEL7 #30

Closed 0lmi closed 7 years ago

0lmi commented 7 years ago

On RHEL/CentOS 7 /etc/localtime is a symlink to some file inside /usr/share/zoneinfo/ folder. Provided solution fixes the issue by adding simple extra checks and doesn't affects Debian-based hosts.

0lmi commented 7 years ago

duplicated, more common fix already suggested by https://github.com/sameersbn/docker-skype/pull/25