From 759c3308fd1f382613e1e753de3d44e57f786b54 Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Fri, 12 May 2023 10:12:44 -0400 Subject: [PATCH] Fixed client repository directory. Assumes that the hydrus repository is called "client", and the script is intended to be located one directory higher. --- Hydrus Scripts/startclient.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Hydrus Scripts/startclient.sh b/Hydrus Scripts/startclient.sh index 4b3b29d..7764245 100644 --- a/Hydrus Scripts/startclient.sh +++ b/Hydrus Scripts/startclient.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "Checking For Updates" cd ./client -git pull --ff-only +git pull --ff-only #Update the repository to the latest version. cd ../ sleep 1s echo "Done" @@ -22,6 +22,5 @@ echo "/_/ |_/_____/ /_/ |__/|__/\____/_/ |_/_/ |_| " sleep 5s #./client/client.pyw -d=../HydrusDB -#cd client -bash ./client-user.sh +bash ./client/client-user.sh exit \ No newline at end of file