4 lines
81 B
Bash
Executable file
4 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Stopping web-splash ..."
|
|
/etc/init.d/S89web-splash stop || true
|