fix reboot command for dlink flash script
SVN-Revision: 1742
This commit is contained in:
parent
ad0a9a15a9
commit
01ebc85a7f
1 changed files with 1 additions and 1 deletions
|
@ -164,4 +164,4 @@ while (($fssize > 0) and ($rbytes > 0)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$dc->close();
|
$dc->close();
|
||||||
$ftp->command("reboot");
|
$ftp->reboot();
|
||||||
|
|
Loading…
Reference in a new issue