Skip to content

Commit 525d6cf

Browse files
author
Sonu Kr. Meena
authored
Update debian.rb
fix for ubuntu >= 16.04
1 parent 28c9e49 commit 525d6cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

recipes/debian.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
TIMEZONE_FILE = '/etc/timezone'
1515

16+
execute 'rm /etc/localtime' do
17+
command 'rm /etc/localtime'
18+
end
19+
1620
template TIMEZONE_FILE do
1721
source "timezone.conf.erb"
1822
owner 'root'

0 commit comments

Comments
 (0)