1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Let's call it "./unrealircd mkcert" instead (like mkpasswd). Fix test suite.

This commit is contained in:
Bram Matthys
2026-06-05 16:41:33 +02:00
parent 982325fc82
commit be08bc2e33
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ if [ "$QUICK" != "1" ] ; then
echo "*******************************************************************************"
echo "Press ENTER to continue"
read cc
./unrealircd makecert
./unrealircd mkcert
echo "Certificate created successfully."
sleep 1
else