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 | 01ebc85a7f84aadb5740ab40df3cc0dc140ee9ee (patch) | |
tree | d64745948e1a696009e93c99f760c41b4fcd1c68 /openwrt/scripts | |
parent | ad0a9a15a9abbc97389181962e73a62aa5e323fa (diff) | |
download | mtk-20170518-01ebc85a7f84aadb5740ab40df3cc0dc140ee9ee.zip mtk-20170518-01ebc85a7f84aadb5740ab40df3cc0dc140ee9ee.tar.gz mtk-20170518-01ebc85a7f84aadb5740ab40df3cc0dc140ee9ee.tar.bz2 |
fix reboot command for dlink flash script
SVN-Revision: 1742
Diffstat (limited to 'openwrt/scripts')
-rwxr-xr-x | openwrt/scripts/dlink.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/scripts/dlink.pl b/openwrt/scripts/dlink.pl index 3030ed9..ace6476 100755 --- a/openwrt/scripts/dlink.pl +++ b/openwrt/scripts/dlink.pl @@ -164,4 +164,4 @@ while (($fssize > 0) and ($rbytes > 0)) { } $dc->close(); -$ftp->command("reboot"); +$ftp->reboot(); |