Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 13, 2016
1 parent fe465c2 commit e9b8414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subroutines
Expand Up @@ -927,7 +927,7 @@ task_extrbase() {
# if no base file was extracted, call debootstrap
if [ ! -d $FAI_ROOT/etc ]; then
echo "No base file found. Calling debootstrap."
[ -z "$FAI_DEBOOTSTRAP" ] && die "$FAI_DEBOOTSTRAP undefined. Aborting"
[ -z "$FAI_DEBOOTSTRAP" ] && die "\$FAI_DEBOOTSTRAP undefined. Aborting"
call_debootstrap $FAI_DEBOOTSTRAP
task_error 801 $?
fi
Expand Down

0 comments on commit e9b8414

Please sign in to comment.