mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 17:12:58 +01:00
12 lines
357 B
Bash
12 lines
357 B
Bash
|
#!/usr/bin/with-contenv bashio
|
||
|
# ==============================================================================
|
||
|
#
|
||
|
# Community Hass.io Add-ons: Example
|
||
|
#
|
||
|
# Example add-on for Hass.io.
|
||
|
# This add-on displays a random quote every X seconds.
|
||
|
#
|
||
|
# ==============================================================================
|
||
|
|
||
|
cd /opt/nextcloud_backup/
|
||
|
npm start
|