Created
December 28, 2019 20:13
-
-
Save dannysauer/d48f66e625b470014323905ebe356c24 to your computer and use it in GitHub Desktop.
Zoneminder on Ubuntu 19.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# configure PHP Timezone | |
sed -ne "s|\\(date.timezone =\\).*|\\1 $(< /etc/timezone )|p" /etc/php/7.3/apache2/php.ini | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment