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:
Kazuhiro MUSASHI 2020-12-06 12:00:06 +09:00
commit fe585f4dcd
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ if result.exit_status != 0
# Install:
execute "unzip -d /opt/ -o #{TMP}"
execute 'rm -rf /opt/rclone'
execute "mv /opt/#{rclone_dir} /opt/rclone"
# Change Owner and Permissions: