mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 21:43:13 +02:00
Improve the error a little bit if unrealircd.conf is missing.
Remove the talk about 3.2.x and and give a bit more context before providing the link to the docs (which was already there, but still).
This commit is contained in:
+2
-5
@@ -33,11 +33,8 @@ if [ "$1" = "start" ] ; then
|
||||
if [ ! -f @CONFDIR@/unrealircd.conf ]; then
|
||||
echo ""
|
||||
echo "The configuration file does not exist (@CONFDIR@/unrealircd.conf)."
|
||||
echo "* Create one by following:"
|
||||
echo " https://www.unrealircd.org/docs/Installing_from_source#Creating_a_configuration_file"
|
||||
echo "* Or if you are upgrading from version 3.2.x then read:"
|
||||
echo " https://www.unrealircd.org/docs/Upgrading_from_3.2.x and"
|
||||
echo " https://www.unrealircd.org/docs/UnrealIRCd_files_and_directories"
|
||||
echo "Create one using the example configuration file, see the documentation:"
|
||||
echo "https://www.unrealircd.org/docs/Installing_from_source#Creating_a_configuration_file"
|
||||
exit 1
|
||||
fi
|
||||
@BINDIR@/unrealircd
|
||||
|
||||
Reference in New Issue
Block a user