]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix a minor typo in the init script.
authorPeter Powell <petpow@saberuk.com>
Thu, 5 Oct 2017 15:51:16 +0000 (16:51 +0100)
committerPeter Powell <petpow@saberuk.com>
Thu, 5 Oct 2017 15:51:16 +0000 (16:51 +0100)
make/template/inspircd

index 2ea0a54927277cc11b16262ff45c8d4c2b82c636..f34345cea54fd4abc05edfc8af79a96cbd4bfdcd 100644 (file)
@@ -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@";