Force move splunk
This commit is contained in:
parent
1faf1986ae
commit
0012c010af
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ execute "Untar splunk" do
|
|||
end
|
||||
|
||||
execute "Install splunk" do
|
||||
command "mv /tmp/install/splunk /opt/splunk"
|
||||
command "mv -f /tmp/install/splunk /opt/splunk"
|
||||
end
|
||||
|
||||
execute "Start splunk" do
|
||||
|
|
|
|||
Loading…
Reference in a new issue