mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 12:24:04 +02:00
Correction of if then
This commit is contained in:
@@ -5,6 +5,9 @@ declare CONFIG
|
|||||||
declare authentication_required
|
declare authentication_required
|
||||||
declare username
|
declare username
|
||||||
declare password
|
declare password
|
||||||
|
declare incomplete_bool
|
||||||
|
declare download_dir
|
||||||
|
declare incomplete_dir
|
||||||
|
|
||||||
if ! bashio::fs.directory_exists '/share/transmission'; then
|
if ! bashio::fs.directory_exists '/share/transmission'; then
|
||||||
mkdir '/share/transmission'
|
mkdir '/share/transmission'
|
||||||
|
|||||||
Reference in New Issue
Block a user