Correction of if then

This commit is contained in:
Alexandre
2020-12-13 08:30:58 +01:00
committed by GitHub
parent 9254e99b4e
commit a8eb881c09

View File

@@ -5,6 +5,9 @@ declare CONFIG
declare authentication_required
declare username
declare password
declare incomplete_bool
declare download_dir
declare incomplete_dir
if ! bashio::fs.directory_exists '/share/transmission'; then
mkdir '/share/transmission'