From 2c8bf300e9984070a48cfdb4a8d7eb83cdd9c51b Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 1 Apr 2022 11:12:24 +0200 Subject: [PATCH] fixed project.clj --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 48a4ff7..0da0893 100644 --- a/project.clj +++ b/project.clj @@ -43,5 +43,5 @@ "inst" ["shell" "sudo" "install" "-m=755" - "target/uberjar/c4k-nextcloud-standalone.jar" - "/usr/local/bin/c4k-nextcloud-standalone.jar"]}) + "target/uberjar/c4k-jitsi-standalone.jar" + "/usr/local/bin/c4k-jitsi-standalone.jar"]})