Fix missing semicolon

pull/8/head
IMcPwn 2015-09-19 12:48:48 -04:00
parent 6e4e079af5
commit daeb20b6c6
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function status {
}
function configure {
if [ -s /etc/config/responder ]
if [ -s /etc/config/responder ];
then
responder_log=$(uci get responder.log)
else