From 2bbaa6aaf04b95eb439047418c9950ebd568bce0 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 9 Jul 2020 17:13:31 +0200 Subject: Trying with /usr/bin/touch --- src/update/gitjoe.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index e31276e..14572ec 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -46,6 +46,11 @@ sub stagit_generate { $repos[$i] = $repos[$i] . '.git'; mkdir($site_dir . 'cache/' . $user . '/', 0755); print "Repoing " . $repos[$i] . "\n"; + system( + '/usr/local/bin/dash', + '-c', + '/usr/bin/touch ' . $site_dir . $user . $repos[$i] . '.cache' + ); system( '/usr/local/bin/dash', '-c', -- cgit v1.2.3