From 76e5aa9b5bed1a36a106de2e714a7781d9b0bfa9 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Wed, 10 Sep 2025 11:08:29 -0900 Subject: [PATCH] Update src/run.clj --- src/run.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.clj b/src/run.clj index dfeb302..275322c 100755 --- a/src/run.clj +++ b/src/run.clj @@ -10,7 +10,7 @@ (defn deploy-me [{:keys [project service]}] (and (= 0 (:exit (shell/sh "/usr/bin/git" "pull" :dir (str "/root/repos/" project)))) - (= 0 (:exit (shell/sh "/usr/bin/env" "./restart.sh" :dir (str "/root/repos/" project)))))) + (= 0 (:exit (shell/sh "/usr/bin/env" "sh" "restart.sh" :dir (str "/root/repos/" project)))))) (defn app [req] (try