7 lines
187 B
Bash
Executable file
7 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).."
|