Joined August 2014
·

Lokesh Jawane

Bhopal Area, India
·

How i can use file:// instead of http:// ?

My recipe
remote_file "/opt/tomcat/webapps" do
source "file:///tmp/sample.war"
mode 0775
owner "root"
group "root"
backup 5
end

but i getting error msg
No such file or directory - /tmp/sample.war.war

Achievements
1 Karma
0 Total ProTip Views