Switch to launching hydrus internal script.

Running hydrus from source recommends setting up VENVs now. Just launch
the script provided by Hydrus, as we set the repo location from there
now.
main
SleepingCrows 2023-05-12 10:09:57 -04:00
parent 067c39c276
commit cbb5a2773a
1 changed files with 3 additions and 2 deletions

View File

@ -21,6 +21,7 @@ echo "/_/ |_/_____/ /_/ |__/|__/\____/_/ |_/_/ |_| "
sleep 5s
./client/client.pyw -d=../HydrusDB
#./client/client.pyw -d=../HydrusDB
#cd client
#bash ./client-user.sh
bash ./client-user.sh
exit