From 5b89c7c5fd74fa10c4221c953762a7085d1f8a3d Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 8 Jul 2020 22:22:10 +0200 Subject: Should be working fine --- src/update/gitjoe.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index 1d57b6c..2261154 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -62,8 +62,10 @@ sub stagit_generate { system( '/usr/local/bin/dash', '-c', - "sed 's/log.html/files.html/g' index.html >index.html" + "sed 's/log.html/files.html/g' index.html >sedded_index.html" ); + copy('./sedded_index.html', './index.html'); + unlink('./sedded_index.html'); return; } -- cgit v1.2.3