diff options
author | Steven Barth <steven@midlink.org> | 2008-09-07 18:54:25 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-07 18:54:25 +0000 |
commit | d8e11218b4b3e55fb38a8941d73f289d7b9ef2b3 (patch) | |
tree | 5432eaca3edfc5e4d9f04444e51e3d906067a936 | |
parent | a8f137973b02c40bc206542073f08d7beccd570d (diff) |
Remove "done." message from luci-reload
-rwxr-xr-x | libs/uci/root/sbin/luci-reload | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/uci/root/sbin/luci-reload b/libs/uci/root/sbin/luci-reload index cc621b2e9..b1479947b 100755 --- a/libs/uci/root/sbin/luci-reload +++ b/libs/uci/root/sbin/luci-reload @@ -28,5 +28,4 @@ config_load ucitrack for i in $* do config_foreach apply_config $i $i - echo "done." done
\ No newline at end of file |