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/