From e4f89286df6642150e649820666e9463de74c6f7 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 5 Oct 2017 16:51:16 +0100 Subject: Fix a minor typo in the init script. --- make/template/inspircd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/template/inspircd b/make/template/inspircd index 2ea0a5492..f34345cea 100644 --- a/make/template/inspircd +++ b/make/template/inspircd @@ -48,7 +48,7 @@ use constant { GENERIC_EXIT_NOT_RUNNING => 7 }; -my $scriptpath = "@SCRIPT_DIR@" +my $scriptpath = "@SCRIPT_DIR@"; my $basepath = "@BASE_DIR@"; my $confpath = "@CONFIG_DIR@/"; my $binpath = "@BINARY_DIR@"; -- cgit v1.2.3