@ -130,6 +130,7 @@ if [ $# = 0 ] ; then
fi
./scripts/Check-System || exit 1
export ROCK_CHECK_SYSTEM_OK=1
. ./scripts/functions
. ./scripts/parse-config
@ -34,6 +34,10 @@ fi
found_error=0
paranoia=""
if [ "$ROCK_CHECK_SYSTEM_OK" = 1 ]; then
exit 0
if [ "$1" = "-paranoia" ]; then
paranoia=1
@ -151,3 +155,4 @@ if [ $found_error -ne 0 ] ; then
exit $found_error