mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 09:12:58 +01:00
🔨 Add missing env
This commit is contained in:
parent
fd6c4ec08f
commit
0fa020d0ab
@ -14,4 +14,11 @@ if bashio::config.exists 'log_level'; then
|
|||||||
else
|
else
|
||||||
LOG_LEVEL='info'
|
LOG_LEVEL='info'
|
||||||
fi
|
fi
|
||||||
LOG_LEVEL=$LOG_LEVEL npm start
|
|
||||||
|
if bashio::config.exists 'create_backup_timeout'; then
|
||||||
|
CREATE_BACKUP_TIMEOUT=$(bashio::config 'create_backup_timeout')
|
||||||
|
else
|
||||||
|
CREATE_BACKUP_TIMEOUT='info'
|
||||||
|
fi
|
||||||
|
|
||||||
|
LOG_LEVEL=$LOG_LEVEL CREATE_BACKUP_TIMEOUT=$CREATE_BACKUP_TIMEOUT npm start
|
Loading…
Reference in New Issue
Block a user