diff options
Diffstat (limited to 'src/update/gitjoe.pl')
-rwxr-xr-x | src/update/gitjoe.pl | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -49,6 +49,11 @@ sub stagit_generate { system( '/usr/local/bin/dash', '-c', + '/usr/bin/touch ' . $site_dir . $user . $repos[$i] . '.cache' + ); + system( + '/usr/local/bin/dash', + '-c', '/usr/local/bin/stagit -c ' . $site_dir . $user . $repos[$i] . '.cache -l 200 ' . $home_dir . $repos[$i] . '/' ); copy('../style.css', './style.css'); |