Made significant changes to the way script blocks are handled. They don't use If statements anymore.
Script blocks must start with $remote_ and must be named the same as the specified remote config in order to be run. For example, if you have an rclone remote called poop, you should have a script block named $remote_poop. This is how the script will know which rclone command to use.
Made significant changes to the way script blocks are handled. They don't use
If
statements anymore.Script blocks must start with
$remote_
and must be named the same as the specified remote config in order to be run. For example, if you have an rclone remote called poop, you should have a script block named$remote_poop
. This is how the script will know which rclone command to use.