start-telegram-daemon permit -d flag

This commit is contained in:
George Fleury 2014-12-22 03:17:43 +00:00
parent 5f81eb4a36
commit e3dce286e5

View File

@ -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 =~ /^[^\-]/)
{