From 0ce42b645a2b5ba29eb7426dad563a844a9f1fae Mon Sep 17 00:00:00 2001 From: j Date: Fri, 13 Oct 2023 13:37:42 +0100 Subject: [PATCH] wait for network --- cdosea-play | 1 + 1 file changed, 1 insertion(+) diff --git a/cdosea-play b/cdosea-play index 29b5363..72c9025 100755 --- a/cdosea-play +++ b/cdosea-play @@ -17,6 +17,7 @@ else fi if [ "x$1" == "xsync" ]; then shift + test -e /usr/bin/nm-online && /usr/bin/nm-online -q -t 0 exec python3 -m cdoseaplay.sync "$@" else exec python3 -m cdoseaplay.play "$@"