git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d8e3c36
)
postinstall script possibility added for meshkit wizard at /etc/rc.local.meshkitposti...
author
Matthias Uferer
<redacted>
Sun, 2 Mar 2014 15:50:20 +0000
(15:50 +0000)
committer
Matthias Uferer
<redacted>
Sun, 2 Mar 2014 15:50:20 +0000
(15:50 +0000)
contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh
patch
|
blob
|
history
diff --git
a/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh
b/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh
index 0cdbc2e649da8ae7c7e6e9179a6e1df2e15573cb..f7ee7cf9debe374d02d0394931b10389d4fe10f3 100755
(executable)
--- a/
contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh
+++ b/
contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh
@@
-125,6
+125,11
@@
for net in $networks; do
fi
done
+##### postinstall script
+
+[ -f /etc/rc.local.meshkitpostinstall ] && /etc/rc.local.meshkitpostinstall
+
+
##### Reboot the router (because simply restarting services gave errors)
echo "+ The wizard has finished and the router will reboot now."
git clone https://git.99rst.org/PROJECT