From b2f2b71b1448af67362568d9de30afd11a7bcbea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Paszko?= Date: Mon, 11 Sep 2023 09:41:05 +0200 Subject: [PATCH] Fix to wait on internet connection. --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 360e484..cec9dd9 100755 --- a/install.sh +++ b/install.sh @@ -9,6 +9,7 @@ sudo cp -rfv systemctl/gptbible.env /usr/bin/ # Create run script and install echo "cd $(pwd)" > systemctl/gptbible.sh echo "source .env" >> systemctl/gptbible.sh +echo "sleep 30" >> systemctl/gptbible.sh echo "python3 main.py" >> systemctl/gptbible.sh chmod a+x systemctl/gptbible.sh sudo cp -rfv systemctl/gptbible.sh /usr/bin/