diff options
Diffstat (limited to 'make/template/inspircd')
-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@"; |