From cab685dde1a1896fc44dcc9eb0d86826357cd16c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Feb 2021 09:58:00 +0100 Subject: [PATCH] Update and rename 92-mounts to 92-mounts-v1.1 --- .../rootfs/etc/cont-init.d/{92-mounts => 92-mounts-v1.1} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename qbittorrent/rootfs/etc/cont-init.d/{92-mounts => 92-mounts-v1.1} (93%) 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)...'