From 2361839bd17418a08d62c34e126d8ba54d07ab9d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 17 Jan 2020 13:31:17 +0000 Subject: [PATCH] Expect /etc/init.d/screen-cleanup to be a link --- cookbooks/tools/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index eaceb9d8e..ceb3716c5 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -49,7 +49,7 @@ package %w[mlocate nano whoopsie] do end # Remove screen-cleanup left behind by old release. -file "/etc/init.d/screen-cleanup" do +link "/etc/init.d/screen-cleanup" do action :delete end -- 2.43.2