diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-08-24 00:17:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-24 00:17:51 +0000 |
commit | f611da2a8b9035d85ee636b315fa053a1cb6470c (patch) | |
tree | a4e6aa7cbad21cc033adcae5c3ff8766cb6d18d9 /scripts | |
parent | 1671e89af5f07ec75c864e916848ba70f3f054b9 (diff) | |
download | upstream-f611da2a8b9035d85ee636b315fa053a1cb6470c.tar.gz upstream-f611da2a8b9035d85ee636b315fa053a1cb6470c.tar.bz2 upstream-f611da2a8b9035d85ee636b315fa053a1cb6470c.zip |
fix reboot command for dlink flash script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1742 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-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(); |