diff --git a/qbittorrent/rootfs/etc/cont-init.d/92-mounts b/qbittorrent/rootfs/etc/cont-init.d/92-mounts-v1.1 similarity index 93% rename from qbittorrent/rootfs/etc/cont-init.d/92-mounts rename to qbittorrent/rootfs/etc/cont-init.d/92-mounts-v1.1 index 4d90115e1..30c677477 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/92-mounts +++ b/qbittorrent/rootfs/etc/cont-init.d/92-mounts-v1.1 @@ -1,8 +1,8 @@ #!/usr/bin/with-contenv bashio -######################### -# MOUNT SMB SHARES v1.1 # -######################### +#################### +# MOUNT SMB SHARES # +#################### if bashio::config.has_value 'networkdisks'; then # Mount CIFS Share if configured and if Protection Mode is active bashio::log.info 'Mounting smb share(s)...'