Update 50-mounts

This commit is contained in:
elmerenges
2021-05-21 16:27:30 +02:00
committed by GitHub
parent 1d987e36e1
commit 4dd45ce7ef

View File

@@ -30,7 +30,7 @@ if bashio::config.has_value 'networkdisks'; then
for disk in $MOREDISKS
do
bashio::log.info "Mount ${disk}"
if [ $ITERATOR -eq 0 ]; then
if [ "$ITERATOR" -eq "0" ]; then
mkdir -p /share/storagecifs && \
if [ ! -d /storage/storagecifs ]; then
echo "Creating /storage/storagecifs"