diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-19 08:30:19 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-19 08:30:19 +0200 |
commit | 396e1b14f152ddd83eeed4827a70c253a11e9a05 (patch) | |
tree | 37c7f5a0546676da32c64504fd1238e4d9ef6b9a /src/cron/gitjoe.pl | |
parent | README.org update (diff) | |
download | joe-scripts-396e1b14f152ddd83eeed4827a70c253a11e9a05.tar.gz joe-scripts-396e1b14f152ddd83eeed4827a70c253a11e9a05.tar.bz2 joe-scripts-396e1b14f152ddd83eeed4827a70c253a11e9a05.tar.xz joe-scripts-396e1b14f152ddd83eeed4827a70c253a11e9a05.tar.zst joe-scripts-396e1b14f152ddd83eeed4827a70c253a11e9a05.zip |
Smoother like this, changed url
Diffstat (limited to 'src/cron/gitjoe.pl')
-rwxr-xr-x | src/cron/gitjoe.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cron/gitjoe.pl b/src/cron/gitjoe.pl index bb668b2..07c8fc4 100755 --- a/src/cron/gitjoe.pl +++ b/src/cron/gitjoe.pl @@ -66,7 +66,7 @@ sub stagit_generate { system( '/usr/local/bin/dash', '-c', - "/usr/local/bin/gsed -i 's/<td><span class=\"desc\">Repositories<\\/span><\\/td>/<td><span class=\"desc\"><h1>" . $user . " - Repositories<\\/h1><\\/span><\\/td><\\/tr><tr><td><\\/td><td>Back to <a href=\"https:\\/\\/git.jozanofastora.xyz\\/\">GitJoe<\\/a><\\/td><\\/tr>/' index.html" + "/usr/local/bin/gsed -i 's/<td><span class=\"desc\">Repositories<\\/span><\\/td>/<td><span class=\"desc\"><h1>" . $user . " - Repositories<\\/h1><\\/span><\\/td><\\/tr><tr><td><\\/td><td>Back to <a href=\"https:\\/\\/gitjoe.xyz\\/\">GitJoe<\\/a><\\/td><\\/tr>/' index.html" ); system( '/usr/local/bin/dash', |