10 lines
240 B
Bash
10 lines
240 B
Bash
|
#!/bin/bash
|
||
|
#
|
||
|
# This script provides a simple helper to test if the initscripts for all
|
||
|
# platforms work.
|
||
|
# It runs in simulation mode and don't actually initialize anything but still
|
||
|
# checks most of the codepaths
|
||
|
#
|
||
|
|
||
|
echo "Nothing to do!"
|