diff options
-rwxr-xr-x | src/update/gitjoe.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index f7d9de1..67bfd82 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -49,12 +49,12 @@ sub stagit_generate { system( '/usr/local/bin/dash', '-c', - '/usr/bin/touch ' . $site_dir . $user . $repos[$i] . '.cache' + '/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 ' . $home_dir . $repos[$i] . '/' + '/usr/local/bin/stagit -c ' . $site_dir . $user . '/' . $repos[$i] . '.cache ' . $home_dir . $repos[$i] . '/' ); copy('../style.css', './style.css'); copy('../logo.png', './logo.png'); |