Remove extra empty external-scripts that disabled modules for botka

This commit is contained in:
Greg Karékinian 2017-10-27 10:34:48 +02:00
parent b967b9d035
commit aaabeee1fb

View File

@ -54,13 +54,6 @@ application botka_xmpp_path do
].to_json
end
file "external-scripts.json" do
mode "0640"
owner "hubot"
group "hubot"
content [].to_json
end
npm_install do
user "hubot"
end