diff options
author | Peter Powell <petpow@saberuk.com> | 2017-10-05 16:51:16 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-10-05 16:51:16 +0100 |
commit | e4f89286df6642150e649820666e9463de74c6f7 (patch) | |
tree | ad4cfc4087cbaf5b88b60a0a2bd714ea6fb92df7 /make | |
parent | 12c67fb0e5de72c127f62a1eed6cd5e5627f3c91 (diff) |
Fix a minor typo in the init script.
Diffstat (limited to 'make')
-rw-r--r-- | make/template/inspircd | 2 |
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@"; |