diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-24 00:17:51 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-24 00:17:51 +0000 |
commit | d6b2174f6ae6598eb5b9e2ef4bdf138b02f8ac9c (patch) | |
tree | a4e6aa7cbad21cc033adcae5c3ff8766cb6d18d9 | |
parent | 55e5f23b01d4991830cd4596684c014da04d1343 (diff) |
fix reboot command for dlink flash script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1742 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | scripts/dlink.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dlink.pl b/scripts/dlink.pl index 3030ed9a0a..ace6476e92 100755 --- a/scripts/dlink.pl +++ b/scripts/dlink.pl @@ -164,4 +164,4 @@ while (($fssize > 0) and ($rbytes > 0)) { } $dc->close(); -$ftp->command("reboot"); +$ftp->reboot(); |