From 75d19d8f499f306e05c2929851da0d2cae105213 Mon Sep 17 00:00:00 2001 From: oiseauroch Date: Sun, 7 Jul 2024 20:51:41 +0200 Subject: [PATCH] add date --- update_site.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update_site.sh b/update_site.sh index 6f1f828..970e760 100755 --- a/update_site.sh +++ b/update_site.sh @@ -1,5 +1,6 @@ #!/bin/ash cd /websites/piquemouche +date >> update.log git fetch >> update.log git merge master >> update.log sed -i 's#class="align-left">www.piquemouche.fr
#>piquemouche.fr#g' *.html >> update.log