From 83d11a5fd9e0211cf707fc2fa4277afc62866641 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 17 Nov 2021 11:59:26 +0100 Subject: [PATCH] OK --- booksonic_air/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh | 2 +- cloudcommander/rootfs/scripts/00-aaa_dockerfile_backup.sh | 2 +- enedisgateway2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh | 2 +- filebrowser/rootfs/scripts/00-aaa_dockerfile_backup.sh | 2 +- gazpar2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh | 2 +- nextcloud/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh | 2 +- papermerge/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh | 2 +- qbittorrent/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh | 2 +- webtrees/rootfs/script/00-aaa_dockerfile_backup.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/booksonic_air/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh b/booksonic_air/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh index ea30eacf7..b8d274361 100644 --- a/booksonic_air/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh +++ b/booksonic_air/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh @@ -1,6 +1,6 @@ #!/bin/bash # If dockerfile failed install manually -[ ! -f "/usr/bin/bashio" ]; then +if [ ! -f "/usr/bin/bashio" ]; then echo "Bashio does not exist, executing script" ################ diff --git a/cloudcommander/rootfs/scripts/00-aaa_dockerfile_backup.sh b/cloudcommander/rootfs/scripts/00-aaa_dockerfile_backup.sh index a7f5ccbd2..75f4213a4 100644 --- a/cloudcommander/rootfs/scripts/00-aaa_dockerfile_backup.sh +++ b/cloudcommander/rootfs/scripts/00-aaa_dockerfile_backup.sh @@ -1,6 +1,6 @@ #!/bin/bash # If dockerfile failed install manually -[ ! -f "/usr/bin/bashio" ]; then +if [ ! -f "/usr/bin/bashio" ]; then echo "Bashio does not exist, executing script" ################ diff --git a/enedisgateway2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh b/enedisgateway2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh index bb77abcfc..0fc57b7ed 100644 --- a/enedisgateway2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh +++ b/enedisgateway2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh @@ -1,6 +1,6 @@ #!/bin/bash # If dockerfile failed install manually -[ ! -f "/usr/bin/bashio" ]; then +if [ ! -f "/usr/bin/bashio" ]; then echo "Bashio does not exist, executing script" ################ diff --git a/filebrowser/rootfs/scripts/00-aaa_dockerfile_backup.sh b/filebrowser/rootfs/scripts/00-aaa_dockerfile_backup.sh index dbabe0233..ba58702dd 100644 --- a/filebrowser/rootfs/scripts/00-aaa_dockerfile_backup.sh +++ b/filebrowser/rootfs/scripts/00-aaa_dockerfile_backup.sh @@ -1,6 +1,6 @@ #!/bin/bash # If dockerfile failed install manually -[ ! -f "/usr/bin/bashio" ]; then +if [ ! -f "/usr/bin/bashio" ]; then echo "Bashio does not exist, executing script" ################ diff --git a/gazpar2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh b/gazpar2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh index bb77abcfc..0fc57b7ed 100644 --- a/gazpar2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh +++ b/gazpar2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh @@ -1,6 +1,6 @@ #!/bin/bash # If dockerfile failed install manually -[ ! -f "/usr/bin/bashio" ]; then +if [ ! -f "/usr/bin/bashio" ]; then echo "Bashio does not exist, executing script" ################ diff --git a/nextcloud/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh b/nextcloud/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh index 9eabc6071..8a36b8e60 100644 --- a/nextcloud/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh +++ b/nextcloud/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh @@ -1,6 +1,6 @@ #!/bin/bash # If dockerfile failed install manually -[ ! -f "/usr/bin/bashio" ]; then +if [ ! -f "/usr/bin/bashio" ]; then echo "Bashio does not exist, executing script" ################ diff --git a/papermerge/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh b/papermerge/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh index ba0a54d9a..0339a06c9 100644 --- a/papermerge/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh +++ b/papermerge/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh @@ -1,6 +1,6 @@ #!/bin/bash # If dockerfile failed install manually -[ ! -f "/usr/bin/bashio" ]; then +if [ ! -f "/usr/bin/bashio" ]; then echo "Bashio does not exist, executing script" ################ diff --git a/qbittorrent/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh b/qbittorrent/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh index 6eb98b4d6..6a25907b5 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh @@ -1,7 +1,7 @@ #!/bin/bash # If dockerfile failed install manually -[ ! -f "/usr/bin/bashio" ]; then +if [ ! -f "/usr/bin/bashio" ]; then echo "Bashio does not exist, executing script" ################ diff --git a/webtrees/rootfs/script/00-aaa_dockerfile_backup.sh b/webtrees/rootfs/script/00-aaa_dockerfile_backup.sh index df2f5ab94..71e2d0d1c 100644 --- a/webtrees/rootfs/script/00-aaa_dockerfile_backup.sh +++ b/webtrees/rootfs/script/00-aaa_dockerfile_backup.sh @@ -1,6 +1,6 @@ #!/bin/bash # If dockerfile failed install manually -[ ! -f "/usr/bin/bashio" ]; then +if [ ! -f "/usr/bin/bashio" ]; then echo "Bashio does not exist, executing script" ################