aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-10 02:33:27 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-10 02:33:27 +0200
commit9550c1cba1fc9cf76ed60b1ede28bc262614fc5c (patch)
treee05b4b253041653c160db0ad35c6e2e28bba560b
parentTrying with an empty thing (diff)
downloadjoe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.tar.gz
joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.tar.bz2
joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.tar.xz
joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.tar.zst
joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.zip
Updated directory for gitjoe website on the server
-rwxr-xr-xsrc/update/gitjoe.pl2
-rwxr-xr-xsrc/update/vps.pl2
2 files changed, 2 insertions, 2 deletions
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',