hassio-addon-rclone/rclone/rootfs/etc/cont-init.d/rclone.sh

13 lines
367 B
Bash
Executable File

#! /usr/bin/with-contenv bashio
bashio::log.info "Configuring rclone..."
bashio::config.require.username 'credentials.username'
bashio::config.require.password 'credentials.password'
bashio::config.suggest.true 'tls.ssl'
bashio::config.require.ssl 'tls' 'tls.certfile' 'tls.keyfile'
echo "$(bashio::config 'cron') /run_rclone.sh" >> /etc/crontabs/root
crontab -l