From 8fde42721560c62555be3b913e56794c76997d9e Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 1 Apr 2022 11:12:49 +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 e658539..379522a 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-shynet-standalone.jar" + "/usr/local/bin/c4k-shynet-standalone.jar"]})