codekasten/web-splash/ipkg/postinst

8 lines
187 B
Bash
Executable file

#!/bin/sh
echo
echo "Starting web-splash ..."
/etc/init.d/S89web-splash start
echo
echo "Maybe you should restart your webserver (thttpd needs this to see the new error-404-document).."