From debbaa23fbc80c68baa629bd2e1c96e377a447e4 Mon Sep 17 00:00:00 2001 From: oiseauroch Date: Sun, 7 Jul 2024 20:46:12 +0200 Subject: [PATCH] add shebang for alpine --- update_site.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update_site.sh b/update_site.sh index 35df75f..6f1f828 100755 --- a/update_site.sh +++ b/update_site.sh @@ -1,3 +1,4 @@ +#!/bin/ash cd /websites/piquemouche git fetch >> update.log git merge master >> update.log