From ceb3240a53fa09631f00471cd541b9e685fa685d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 30 Sep 2023 14:12:40 +0200 Subject: [PATCH] Update 00-smb_mounts.sh --- .templates/00-smb_mounts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/00-smb_mounts.sh b/.templates/00-smb_mounts.sh index 4ae8ad324..64ba6b4f5 100755 --- a/.templates/00-smb_mounts.sh +++ b/.templates/00-smb_mounts.sh @@ -68,7 +68,7 @@ if bashio::config.has_value 'networkdisks'; then # test if smb port is open nc -w 2 -z "$server" 445 2>/dev/null || \ # test with ping also if different port is used - ping -w 5 -c 1 "$server" >/dev/null || \ + ping -w 2 -c 1 "$server" >/dev/null || \ bashio::log.warning "Your server $server from $disk doesn't seem reachable, is it correct?" fi