summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2023-05-11 01:33:12 +0100
committerScore_Under2023-05-11 01:33:12 +0100
commit414baa16f7d5efcb49a3a1acb06c0dc3629fe754 (patch)
treef33672bdcd689a2aab975df08b4ecbcc480ff34e /paths-in-opt.patch
parentcef22508e8b89763a36fdd096184e5dae221446e (diff)
downloadaur-414baa16f7d5efcb49a3a1acb06c0dc3629fe754.tar.gz
Update for v527
Diffstat (limited to 'paths-in-opt.patch')
-rw-r--r--paths-in-opt.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/paths-in-opt.patch b/paths-in-opt.patch
index 273fe4c68ddc..0c80dc15c19c 100644
--- a/paths-in-opt.patch
+++ b/paths-in-opt.patch
@@ -1,18 +1,18 @@
diff --git a/hydrus/client/gui/ClientGUI.py b/hydrus/client/gui/ClientGUI.py
-index 8ed3a258..a63c53ac 100644
+index 2d2db51a..6096f3ec 100644
--- a/hydrus/client/gui/ClientGUI.py
+++ b/hydrus/client/gui/ClientGUI.py
@@ -6153,7 +6153,7 @@ class FrameGUI( CAC.ApplicationCommandProcessorMixin, ClientGUITopLevelWindows.M
python_executable = python_executable.replace( 'pythonw', 'python' )
-- server_script_path = os.path.join( HC.BASE_DIR, 'server.py' )
-+ server_script_path = '/opt/hydrus/server.py'
+- server_script_path = os.path.join( HC.BASE_DIR, 'hydrus_server.py' )
++ server_script_path = '/opt/hydrus/hydrus_server.py'
cmd = [ python_executable, server_script_path, db_param ]
diff --git a/hydrus/core/HydrusConstants.py b/hydrus/core/HydrusConstants.py
-index b38f7432..4d71fbd9 100644
+index 35765379..bbe24f67 100644
--- a/hydrus/core/HydrusConstants.py
+++ b/hydrus/core/HydrusConstants.py
@@ -11,34 +11,9 @@ import yaml