Merge pull request 'Change how to install `rclone` to guarantee idempotency.' (#67) from change-rclone-installation-step into master
Reviewed-on: #67
This commit is contained in:
commit
fe585f4dcd
|
@ -32,6 +32,7 @@ if result.exit_status != 0
|
||||||
|
|
||||||
# Install:
|
# Install:
|
||||||
execute "unzip -d /opt/ -o #{TMP}"
|
execute "unzip -d /opt/ -o #{TMP}"
|
||||||
|
execute 'rm -rf /opt/rclone'
|
||||||
execute "mv /opt/#{rclone_dir} /opt/rclone"
|
execute "mv /opt/#{rclone_dir} /opt/rclone"
|
||||||
|
|
||||||
# Change Owner and Permissions:
|
# Change Owner and Permissions:
|
||||||
|
|
Loading…
Reference in New Issue