diff --git a/recipes/default.rb b/recipes/default.rb index 2c36215..5ecdda7 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -40,7 +40,7 @@ else execute "compile" do cwd "/usr/local/src/strfry" command "make setup-golpe && make -j$(nproc)" - # action :nothing + action :nothing notifies :create, "link[/usr/local/bin/strfry]", :immediately notifies :restart, "service[strfry]", :delayed end