From 2d083df63b9686673b51b02f0042ffbdaa62296e Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 9 Jul 2020 17:20:12 +0200 Subject: Update --- src/update/gitjoe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index 3a19f5b..524775b 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -51,7 +51,7 @@ sub stagit_generate { 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 ' . $home_dir . $repos[$i] . '/' ); copy('../style.css', './style.css'); copy('../logo.png', './logo.png'); -- cgit v1.2.3