codekasten/web-splash/ipkg/postinst

11 lines
284 B
Bash
Executable file

#!/bin/sh
echo
echo "Starting web-splash ..."
/etc/init.d/S89web-splash start
echo
echo "Maybe you should:"
echo " 1) restart your webserver (thttpd needs this to see the new error-404-document)"
echo " 2) change the hostname in /www/index.html to the IP or name of the router"
echo