mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-20 04:50:31 +02:00
Update run.sh
This commit is contained in:
@@ -140,6 +140,7 @@ do
|
|||||||
# Check if path exists
|
# Check if path exists
|
||||||
if bashio::fs.directory_exists $variabletest
|
if bashio::fs.directory_exists $variabletest
|
||||||
then
|
then
|
||||||
|
true
|
||||||
else
|
else
|
||||||
bashio::log.info "Path $variabletest doesn't exist. Creating it now..."
|
bashio::log.info "Path $variabletest doesn't exist. Creating it now..."
|
||||||
mkdir -p $variable || bashio::log.fatal "Can't create $variabletest path"
|
mkdir -p $variable || bashio::log.fatal "Can't create $variabletest path"
|
||||||
|
|||||||
Reference in New Issue
Block a user