1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 18:28:32 +03:00

fix reboot command for dlink flash script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1742 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-08-24 00:17:51 +00:00
parent 26181dc2ea
commit 77bee37c0a

View File

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