Skip to content

Commit

Permalink
check only if initial installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Dec 26, 2016
1 parent 88025d3 commit 74d2345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/scripts/LAST/50-misc
Expand Up @@ -4,7 +4,7 @@

error=0; trap 'error=$(($?>$error?$?:$error))' ERR # save maximum error code

if [ "$FAI_ACTION" = "dirinstall" ] ; then
if [ "$FAI_ACTION" = "dirinstall" -o $do_init_tasks -eq 0 ] ; then
:
else
# check if mdadm has been forgotten
Expand Down

0 comments on commit 74d2345

Please sign in to comment.