From fa9d81c65b57afd96d8af47a01669e591e483c8b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 28 Oct 2021 23:27:08 +0200 Subject: [PATCH] Clean Code --- bazarr/root/etc/cont-init.d/92-local_mounts.sh | 4 ++-- cloudcommander/rootfs/92-local_mounts.sh | 4 ++-- code-server/root/etc/cont-init.d/92-local_mounts.sh | 4 ++-- emby/root/etc/cont-init.d/92-local_mounts.sh | 4 ++-- filebrowser/rootfs/92-local_mounts.sh | 4 ++-- jackett/root/etc/cont-init.d/92-local_mounts.sh | 4 ++-- lidarr/root/etc/cont-init.d/92-local_mounts.sh | 4 ++-- photoprism/rootfs/92-local_mounts.sh | 4 ++-- piwigo/rootfs/etc/cont-init.d/92-local_mounts.sh | 4 ++-- plex/root/etc/cont-init.d/92-local_mounts.sh | 4 ++-- qbittorrent/rootfs/etc/cont-init.d/92-local_mounts.sh | 4 ++-- radarr/root/etc/cont-init.d/92-local_mounts.sh | 4 ++-- readarr/root/etc/cont-init.d/92-local_mounts.sh | 4 ++-- sonarr/root/etc/cont-init.d/92-local_mounts.sh | 4 ++-- zzz_templates/92-local_mounts.sh | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/bazarr/root/etc/cont-init.d/92-local_mounts.sh b/bazarr/root/etc/cont-init.d/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/bazarr/root/etc/cont-init.d/92-local_mounts.sh +++ b/bazarr/root/etc/cont-init.d/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/cloudcommander/rootfs/92-local_mounts.sh b/cloudcommander/rootfs/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/cloudcommander/rootfs/92-local_mounts.sh +++ b/cloudcommander/rootfs/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/code-server/root/etc/cont-init.d/92-local_mounts.sh b/code-server/root/etc/cont-init.d/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/code-server/root/etc/cont-init.d/92-local_mounts.sh +++ b/code-server/root/etc/cont-init.d/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/emby/root/etc/cont-init.d/92-local_mounts.sh b/emby/root/etc/cont-init.d/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/emby/root/etc/cont-init.d/92-local_mounts.sh +++ b/emby/root/etc/cont-init.d/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/filebrowser/rootfs/92-local_mounts.sh b/filebrowser/rootfs/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/filebrowser/rootfs/92-local_mounts.sh +++ b/filebrowser/rootfs/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/jackett/root/etc/cont-init.d/92-local_mounts.sh b/jackett/root/etc/cont-init.d/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/jackett/root/etc/cont-init.d/92-local_mounts.sh +++ b/jackett/root/etc/cont-init.d/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/lidarr/root/etc/cont-init.d/92-local_mounts.sh b/lidarr/root/etc/cont-init.d/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/lidarr/root/etc/cont-init.d/92-local_mounts.sh +++ b/lidarr/root/etc/cont-init.d/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/photoprism/rootfs/92-local_mounts.sh b/photoprism/rootfs/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/photoprism/rootfs/92-local_mounts.sh +++ b/photoprism/rootfs/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/piwigo/rootfs/etc/cont-init.d/92-local_mounts.sh b/piwigo/rootfs/etc/cont-init.d/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/piwigo/rootfs/etc/cont-init.d/92-local_mounts.sh +++ b/piwigo/rootfs/etc/cont-init.d/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/plex/root/etc/cont-init.d/92-local_mounts.sh b/plex/root/etc/cont-init.d/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/plex/root/etc/cont-init.d/92-local_mounts.sh +++ b/plex/root/etc/cont-init.d/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/qbittorrent/rootfs/etc/cont-init.d/92-local_mounts.sh b/qbittorrent/rootfs/etc/cont-init.d/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/92-local_mounts.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/radarr/root/etc/cont-init.d/92-local_mounts.sh b/radarr/root/etc/cont-init.d/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/radarr/root/etc/cont-init.d/92-local_mounts.sh +++ b/radarr/root/etc/cont-init.d/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/readarr/root/etc/cont-init.d/92-local_mounts.sh b/readarr/root/etc/cont-init.d/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/readarr/root/etc/cont-init.d/92-local_mounts.sh +++ b/readarr/root/etc/cont-init.d/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/sonarr/root/etc/cont-init.d/92-local_mounts.sh b/sonarr/root/etc/cont-init.d/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/sonarr/root/etc/cont-init.d/92-local_mounts.sh +++ b/sonarr/root/etc/cont-init.d/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do diff --git a/zzz_templates/92-local_mounts.sh b/zzz_templates/92-local_mounts.sh index 2d27c3adf..d9dea1eeb 100644 --- a/zzz_templates/92-local_mounts.sh +++ b/zzz_templates/92-local_mounts.sh @@ -4,13 +4,13 @@ # MOUNT LOCAL SHARES # ###################### -echo 'Mounting external hdd...' + # Mount local Share if configured if bashio::config.has_value 'localdisks'; then MOREDISKS=$(bashio::config 'localdisks') - bashio::log.info "Local Disks mounting..." + echo "Local Disks mounting..." # Separate comma separated values for disk in ${MOREDISKS//,/ }; do