1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 00:13:14 +02:00

./Config: don't use 'more doc/Config.header' but use 'cat', it's short enough.

This commit is contained in:
Bram Matthys
2023-03-13 09:09:42 +01:00
parent c43753cd4b
commit 10b481f2c7
+1 -1
View File
@@ -364,7 +364,7 @@ fi
clear
if [ -f "doc/Config.header" -a -z "$NOINTRO" ] ; then
more doc/Config.header
cat doc/Config.header
echo ""
echo $n "[Press Enter to continue]"
read cc