]> ##Cloud Backup ###&version; - First Stable Release echo "Pre-Install &name; &version;" # Remove old 'source' files rm -f $(ls &boot;/&name;*.txz 2>/dev/null | grep -v '&version;') rm -fR &emhttp; mkdir -p &boot; touch &boot;/rclone.conf &pluginURL;/&branch;/&name;.&version;.txz echo "Post-Install &name; &version;" # Ensure permissions correct (not sure why needed as should already be OK, but apparently not always the case) chmod -R 755 &emhttp; chown -R root &emhttp; chgrp -R root &emhttp; # TODO Consider installing rclone from servers chmod +x /usr/bin/rclone echo "Removing &name; &version;" removepkg &name;.&version;.txz rm -fR &boot; rm -fR &emhttp;