mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-09 06:38:21 +01:00
Update 50-mounts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user