From cbb5a2773a85f52ab9cfe62db0d7a30d03fffd7d Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Fri, 12 May 2023 10:09:57 -0400 Subject: [PATCH] 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. --- Hydrus Scripts/startclient.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Hydrus Scripts/startclient.sh b/Hydrus Scripts/startclient.sh index 651ad47..4b3b29d 100644 --- a/Hydrus Scripts/startclient.sh +++ b/Hydrus Scripts/startclient.sh @@ -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 \ No newline at end of file