From: Bill Erickson Date: Mon, 4 May 2015 14:47:15 +0000 (-0400) Subject: remove forced America/New_York timezone setup X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcollab%2Fberick%2Ftrusty-auto-installer;p=working%2Frandom.git remove forced America/New_York timezone setup Signed-off-by: Bill Erickson --- diff --git a/installer/trusty/eg_trusty_installer.sh b/installer/trusty/eg_trusty_installer.sh index 85812b2e6..708b37f30 100755 --- a/installer/trusty/eg_trusty_installer.sh +++ b/installer/trusty/eg_trusty_installer.sh @@ -34,7 +34,6 @@ done function my_init { date init_variables - configure_timezone configure_cpan build_essentials setting_up_opensrf_env @@ -116,14 +115,6 @@ function init_variables { echo End of intializing installer =~-._ } -function configure_timezone { - echo _.-~= configure timezone - date - # should be America/New_York - perl -e 'print "2\n\n104\n";' | dpkg-reconfigure -fteletype tzdata - echo End of configure timezone =~-._ -} - function configure_cpan { echo _.-~= configure CPAN date