From b981d256965bd55736218697b8466fb10d92b1cb Mon Sep 17 00:00:00 2001
From: Glenn <glenux@glenux.net>
Date: Sat, 20 Jul 2024 11:45:04 +0200
Subject: [PATCH] fix: add logs

---
 postdeploy_hook.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/postdeploy_hook.sh b/postdeploy_hook.sh
index 226408b..dcf5d85 100755
--- a/postdeploy_hook.sh
+++ b/postdeploy_hook.sh
@@ -1,4 +1,5 @@
 #!/bin/sh
 
+echo "Running postdeploy hooks as www-data"
 su -l -s /bin/sh www-data -c /app/postdeploy.sh