postinstall script possibility added for meshkit wizard at /etc/rc.local.meshkitposti...
authorMatthias Uferer <ufo@rund.freifunk.net>
Sun, 2 Mar 2014 15:50:20 +0000 (15:50 +0000)
committerMatthias Uferer <ufo@rund.freifunk.net>
Sun, 2 Mar 2014 15:50:20 +0000 (15:50 +0000)
contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh

index 0cdbc2e..f7ee7cf 100755 (executable)
@@ -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."