mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-12 17:10:31 +02:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
3539f328fb
commit
f5428e0950
@@ -8,9 +8,9 @@ CONFIGSOURCE="/config/addons_config/zoneminder"
|
||||
|
||||
# Set image location
|
||||
if bashio::config.has_value "Images_location"; then
|
||||
IMAGESOURCE=$(bashio::config "Images_location")
|
||||
IMAGESOURCE=$(bashio::config "Images_location")
|
||||
else
|
||||
IMAGESOURCE="$CONFIGSOURCE"/images
|
||||
IMAGESOURCE="$CONFIGSOURCE"/images
|
||||
fi
|
||||
|
||||
# Create directory
|
||||
|
||||
Reference in New Issue
Block a user