Fixed client repository directory.

Assumes that the hydrus repository is called "client", and the script
is intended to be located one directory higher.
main
SleepingCrows 2023-05-12 10:12:44 -04:00
parent cbb5a2773a
commit 759c3308fd
1 changed files with 2 additions and 3 deletions

View File

@ -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