From 9550c1cba1fc9cf76ed60b1ede28bc262614fc5c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 10 Jul 2020 02:33:27 +0200 Subject: Updated directory for gitjoe website on the server --- src/update/gitjoe.pl | 2 +- src/update/vps.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/update') diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index 30e686c..ec93a67 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -24,7 +24,7 @@ sub get_repos_index { sub stagit_generate { my ($user, @repos) = @_; - my $site_dir = '/usr/local/www/git-jozan/'; + my $site_dir = '/usr/local/www/gitjoe/'; my $home_dir = '/usr/home/' . $user . '/'; chdir($site_dir); system( diff --git a/src/update/vps.pl b/src/update/vps.pl index 15f7256..a57344e 100755 --- a/src/update/vps.pl +++ b/src/update/vps.pl @@ -13,7 +13,7 @@ sub main { system( '/usr/local/bin/dash', '-c', - 'git -C /usr/local/www/git-jozan pull origin master >/dev/null 2>&1' + 'git -C /usr/local/www/gitjoe pull origin master >/dev/null 2>&1' ); system( '/usr/local/bin/dash', -- cgit v1.2.3