fix reboot command for dlink flash script

SVN-Revision: 1742
This commit is contained in:
Felix Fietkau 2005-08-24 00:17:51 +00:00
parent ad0a9a15a9
commit 01ebc85a7f

View File

@ -164,4 +164,4 @@ while (($fssize > 0) and ($rbytes > 0)) {
}
$dc->close();
$ftp->command("reboot");
$ftp->reboot();