mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update run.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user