Commit e3dce286 authored by George Fleury's avatar George Fleury

start-telegram-daemon permit -d flag

parent 5f81eb4a
......@@ -96,7 +96,7 @@ if(open $etchandle, $etcfile)
$line =~ s/\s+$//g;
$line =~ s/^\s+//g;
next unless $line;
next if $line =~ /^\-[dh]/;
next if $line =~ /^\-[h]/;
if($line =~ /^[^\-]/)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment