5 lines
81 B
Text
5 lines
81 B
Text
|
#!/bin/sh
|
||
|
|
||
|
echo "Stopping web-splash ..."
|
||
|
/etc/init.d/S89web-splash stop || true
|