summaryrefslogtreecommitdiff
path: root/src/init
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-11-10 10:37:40 +0100
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-11-10 10:37:40 +0100
commit01326db343336709bf3602edc4c186e15cb1b2c3 (patch)
tree009b69720d15196d7b9b1901211a9824b8a30ca2 /src/init
parent33ada753e22982bf1a3fb32354a69b3706930e4e (diff)
Renamed project to gitfish. Much nicer than git-server that is actually more misleading
Diffstat (limited to 'src/init')
-rwxr-xr-xsrc/init11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/init b/src/init
index 12d4825..64564da 100755
--- a/src/init
+++ b/src/init
@@ -141,17 +141,10 @@ end
function showBanner
echo
- echo '
- _ _
- __ _(_) |_ ___ ___ _ ____ _____ _ __
- / _` | | __|____/ __|/ _ \ '__\ \ / / _ \ '__|
-| (_| | | ||_____\__ \ __/ | \ V / __/ |
- \__, |_|\__| |___/\___|_| \_/ \___|_|
- |___/
-'
+ echo $_BANNER
echo
echo Copyright Matthias Jaros 2025
- echo This software is licensed under GPLv3. See /usr/share/doc/git-server/LICENSE
+ echo This software is licensed under GPLv3. See /usr/share/doc/gitfish/LICENSE
echo
end