start-telegram-daemon permit -d flag
This commit is contained in:
parent
5f81eb4a36
commit
e3dce286e5
@ -96,7 +96,7 @@ if(open $etchandle, $etcfile)
|
|||||||
$line =~ s/\s+$//g;
|
$line =~ s/\s+$//g;
|
||||||
$line =~ s/^\s+//g;
|
$line =~ s/^\s+//g;
|
||||||
next unless $line;
|
next unless $line;
|
||||||
next if $line =~ /^\-[dh]/;
|
next if $line =~ /^\-[h]/;
|
||||||
|
|
||||||
if($line =~ /^[^\-]/)
|
if($line =~ /^[^\-]/)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user