Skip to content

Commit

Permalink
no warning during dirinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 21, 2016
1 parent cd298dd commit 3823b37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/simple/class/41-warning.sh
Expand Up @@ -5,6 +5,9 @@ if [ X$FAI_ACTION = Xinstall -o X$FAI_ACTION = X ]; then
else
return
fi
if [ X$action = Xdirinstall ]; then
return
fi

grep -q INSTALL $LOGDIR/FAI_CLASSES || return 0
[ "$flag_menu" ] || return 0
Expand Down

0 comments on commit 3823b37

Please sign in to comment.