Skip to content

Commit

Permalink
fix php timezone prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 1, 2020
1 parent 47db548 commit cd804e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cacti-install-wizard-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ firewall-cmd --reload
##Timezone settings needed for cacti
echo "Enter your PHP time zone i.e America/Toronto Default is US/Central "
read timezone
if [ $timezone == "" ]
if [$timezone = ""]
then


Expand Down

0 comments on commit cd804e4

Please sign in to comment.