Skip to content

Commit e3dce28

Browse files
committed
start-telegram-daemon permit -d flag
1 parent 5f81eb4 commit e3dce28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎start-telegram-daemon

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if(open $etchandle, $etcfile)
9696
$line =~ s/\s+$//g;
9797
$line =~ s/^\s+//g;
9898
next unless $line;
99-
next if $line =~ /^\-[dh]/;
99+
next if $line =~ /^\-[h]/;
100100

101101
if($line =~ /^[^\-]/)
102102
{

0 commit comments

Comments
 (0)