From a6c7e97a594361b90865f009307d230b13f40263 Mon Sep 17 00:00:00 2001 From: Quad Date: Wed, 30 Sep 2020 23:38:29 +0200 Subject: [PATCH] Maybe this is better since it retries in a loop anyways --- run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/run.sh b/run.sh index 309379c..a72ae95 100755 --- a/run.sh +++ b/run.sh @@ -1,9 +1,7 @@ #! /usr/bin/env bash -# Sleep for a while because crap wifi coverage at office so network connection takes ages to come online -sleep 5 - while true; do + sleep 1 git pull mpv --shuffle --ytdl-format="bestaudio" --playlist=playlist.txt done