Adding CNFM testing basic setup
[integration/csit.git] / plans / so / integration-etsi-testing / so-simulators / package / docker / src / main / docker / docker-files / kind-cluster / entrypoint-original.sh
index 488f754..21dd198 100644 (file)
@@ -40,7 +40,7 @@ fi
 # Check cgroupfs.
 # Verify the filesystem.
 if [ ! -d /sys/fs/cgroup/ ]; then
 # Check cgroupfs.
 # Verify the filesystem.
 if [ ! -d /sys/fs/cgroup/ ]; then
-    echo >&2 'Cgroupfs is not mounted'
+    echo >&2 'ERROR: Cgroupfs is not mounted'
     exit 1
 fi
 
     exit 1
 fi