]> ruin.nu Git - NDIRC.git/commitdiff
Fix so we can see if the command was executed or not
authorMichael Andreen <harv@ruin.nu>
Thu, 4 Jun 2009 14:57:44 +0000 (16:57 +0200)
committerMichael Andreen <harv@ruin.nu>
Thu, 4 Jun 2009 14:57:44 +0000 (16:57 +0200)
Dispatcher.pm

index ccfeb1371329689a2608b810101bc7dd7c2cbc11..16dae1de9d4e2e637ed03a2c727710db74ad87ad 100644 (file)
@@ -146,6 +146,7 @@ sub run_command {
                        }
                }
        }
+       return 1;
 }
 
 1;