diff --git a/radarr/root/etc/cont-init.d/50-mounts b/radarr/root/etc/cont-init.d/50-mounts index c3d2b3a28..35f542228 100644 --- a/radarr/root/etc/cont-init.d/50-mounts +++ b/radarr/root/etc/cont-init.d/50-mounts @@ -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