Install Zoneminder with shell script fails date.timezone

Forum for questions and support relating to the 1.32.x releases only.
Post Reply
MoOz
Posts: 31
Joined: Tue Jan 17, 2017 9:49 pm

Install Zoneminder with shell script fails date.timezone

Post by MoOz »

Install Zoneminder on Ubuntu 18.04 with shell script
wiki.zoneminder.com/Ubuntu_Server_18.04_64-bit_with_Zoneminder_1.32.0_the_easy_way

fails to install Date.timezone
nothing changes in the php.ini file
have to edit manually

awk '$0="date.timezone = "$0' /etc/timezone >> /etc/php/7.2/apache2/php.ini

can you enter the your timezone in the script ?
bbunge
Posts: 2930
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Install Zoneminder with shell script fails date.timezone

Post by bbunge »

Check the end of the file. The script appends the timezone to the end of the file.

Edit: I ran that script yesterday with no issues. I did edit it to use zoneminder-master.
MoOz
Posts: 31
Joined: Tue Jan 17, 2017 9:49 pm

Re: Install Zoneminder with shell script fails date.timezone

Post by MoOz »

ok thanks
i get time zone fail when i run zoneminder
i will look at the bottom of the file next time
Post Reply