Update 50-mounts

This commit is contained in:
Alexandre
2021-06-17 22:30:27 +02:00
committed by GitHub
parent d5cc7329ab
commit c814ebc2eb

View File

@@ -36,6 +36,8 @@ if bashio::config.has_value 'networkdisks'; then
bashio::log.info "Network Disks mounting.. ${MOREDISKS}" && \
for disk in $MOREDISKS
do
disk=$(echo $disk | sed "s,/$,,") # Remove / at end of name
disk=${disk//\\//} #replace \ with /
bashio::log.info "Mount ${disk}"
if [ "$ITERATOR" -eq "1" ]; then
mkdir -p /share/storagecifs && \