From e1126cff4726d415d6a6c5493f131e9bba7b5cad Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 4 May 2015 10:47:15 -0400 Subject: [PATCH] remove forced America/New_York timezone setup Signed-off-by: Bill Erickson --- installer/trusty/eg_trusty_installer.sh | 9 --------- 1 file changed, 9 deletions(-) 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 -- 2.11.0