update to upstream 5.4.6
[automated-distro-installer] / fai / config / class / 41-warning.sh
index b3da9feb22135ab30d5939f905b9a421a5b75716..4f6e6f26358d219799a07b1e5807d8bf7c76d93d 100755 (executable)
@@ -3,10 +3,10 @@
 if [ X$FAI_ACTION = Xinstall -o X$FAI_ACTION = X ]; then
     :
 else
-    return
+    return 0
 fi
 if [ X$action = Xdirinstall ]; then
-    return
+    return 0
 fi
 
 grep -q INSTALL $LOGDIR/FAI_CLASSES || return 0