Update 50-mounts

This commit is contained in:
Alexandre
2021-06-17 19:11:12 +02:00
committed by GitHub
parent 0533b2f4aa
commit 3aa7d457fa

View File

@@ -33,10 +33,10 @@ if bashio::config.has_value 'networkdisks'; then
CIFS_USERNAME=$(bashio::config 'cifsusername')
CIFS_PASSWORD=$(bashio::config 'cifspassword')
ITERATOR=1
bashio::log.info "Network Disks mounting.. ${MOREDISKS}" && \
bashio::log.info "Network Disks mounting.. $MOREDISKS" && \
for disk in $MOREDISKS
do
bashio::log.info "Mount ${disk}"
bashio::log.info "Mount $disk"
if [ "$ITERATOR" -eq "1" ]; then
mkdir -p /share/storagecifs && \
if [ ! -d /storage/storagecifs ]; then