Update run.sh

This commit is contained in:
Alexandre
2021-08-01 11:18:05 +02:00
committed by GitHub
parent 038c56f6e7
commit 29d2086d85

View File

@@ -140,6 +140,7 @@ do
# Check if path exists
if bashio::fs.directory_exists $variabletest
then
true
else
bashio::log.info "Path $variabletest doesn't exist. Creating it now..."
mkdir -p $variable || bashio::log.fatal "Can't create $variabletest path"