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