diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:55:52 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:55:52 +0200 |
commit | 99e7509d25fc6c108838f01734f6e6c41527f7d7 (patch) | |
tree | 2657efed68f08e5f6adb33353def1f2c0b6bbc63 /src/update | |
parent | Fucked up (diff) | |
download | joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.tar.gz joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.tar.bz2 joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.tar.xz joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.tar.zst joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.zip |
More log messages, improved seds
Diffstat (limited to 'src/update')
-rwxr-xr-x | src/update/gitjoe.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index e103f1a..aaeb3d3 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -68,7 +68,7 @@ sub stagit_generate { system( '/usr/local/bin/dash', '-c', - "/usr/bin/sed 's/<span class=\"desc\">Repositories<\\/span>/<span class=\"desc\"><h1>Repositories<\\/h1><\\/span>/' sedded_index.html >re_sedded_index.html" + "/usr/bin/sed 's/<td><span class=\"desc\">Repositories<\\/span><\\/td>/<td><span class=\"desc\"><h1>" $user " - Repositories<\\/h1><\\/span><\\/td><td> - back to <a href=\"https:\\/\\/git.jozanleclerc.xyz\\/\">GitJoe<\\/a><\\/td>/' sedded_index.html >re_sedded_index.html" ); unlink('./sedded_index.html'); system( |