mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-04 16:42:58 +01:00
11 lines
326 B
Plaintext
11 lines
326 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: Example
|
|
# Runs example1 script
|
|
# ==============================================================================
|
|
|
|
|
|
bashio::log.info "Starting Node..."
|
|
|
|
exec /usr/bin/nextcloud_backup.sh
|