1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

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

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