8 lines
187 B
Text
8 lines
187 B
Text
|
#!/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).."
|