aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-02-16 21:30:21 +0100
committerdec05eba <dec05eba@protonmail.com>2024-02-16 21:30:24 +0100
commitdece0984026405bd83a0d948c66e0cb50d4b8a90 (patch)
tree9598db276e81c635022321d506b5b28bde101575 /main.c
parentd31dc61e1a1358fa6b0960d699f2a55e39854096 (diff)
Do not change kms-server-proxy name, we dont want to reinstall kms-server-proxy
This is fine since the change we have made (creating ~/.local/bin) is executed in the flatpaks kms-server-proxy, not the one in ~/.local/bin
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 35ff830..13ece70 100644
--- a/main.c
+++ b/main.c
@@ -120,7 +120,7 @@ int main(int argc, char **argv) {
return 1;
char kms_server_proxy_local_filepath[PATH_MAX];
- snprintf(kms_server_proxy_local_filepath, sizeof(kms_server_proxy_local_filepath), "%s/.local/bin/kms-server-proxy-1", user_homepath);
+ snprintf(kms_server_proxy_local_filepath, sizeof(kms_server_proxy_local_filepath), "%s/.local/bin/kms-server-proxy", user_homepath);
if(file_has_sys_admin_capability(gsr_kms_server_filepath)) {
const char *args[] = { gsr_kms_server_filepath, initial_socket_path, card_path, NULL };