From: Tom Hughes Date: Sun, 17 May 2020 22:11:36 +0000 (+0100) Subject: Update udevadm path for Ubuntu 20.04 compatibility X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2f52e9c16b325414f11b8cd0021c05990103c8a9?ds=inline Update udevadm path for Ubuntu 20.04 compatibility --- diff --git a/cookbooks/devices/recipes/default.rb b/cookbooks/devices/recipes/default.rb index 0b8ba5a51..6c859aa77 100644 --- a/cookbooks/devices/recipes/default.rb +++ b/cookbooks/devices/recipes/default.rb @@ -25,7 +25,7 @@ end execute "udevadm-trigger" do action :nothing - command "/sbin/udevadm trigger --action=add" + command "/bin/udevadm trigger --action=add" end template "/etc/udev/rules.d/99-chef.rules" do