From c7326d2f293cd3f061fe2092ba8702c450965397 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sat, 25 May 2024 21:16:29 -0400 Subject: [PATCH] up only --- hooks/post-receive | 1 - 1 file changed, 1 deletion(-) diff --git a/hooks/post-receive b/hooks/post-receive index 04ac885..86f824b 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -20,7 +20,6 @@ do } echo "restarting server"; { - podman compose down || true podman compose up --daemon }