summaryrefslogtreecommitdiff
path: root/make/template
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-10-05 16:51:16 +0100
committerPeter Powell <petpow@saberuk.com>2017-10-05 16:51:16 +0100
commite4f89286df6642150e649820666e9463de74c6f7 (patch)
treead4cfc4087cbaf5b88b60a0a2bd714ea6fb92df7 /make/template
parent12c67fb0e5de72c127f62a1eed6cd5e5627f3c91 (diff)
Fix a minor typo in the init script.
Diffstat (limited to 'make/template')
-rw-r--r--make/template/inspircd2
1 files changed, 1 insertions, 1 deletions
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@";