Update 50-mounts

This commit is contained in:
elmerenges
2021-05-21 16:23:10 +02:00
committed by GitHub
parent b5a4afb9f1
commit 1d987e36e1

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"