Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Oct 25, 2017
1 parent dc22f0f commit b693e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subroutines
Expand Up @@ -418,7 +418,7 @@ task_action() {
return
fi
echo Performing FAI installation. All data may be overwritten!
if [ $do_init_tasks -eq 1 -a X$flag_menu = X] ; then
if [ $do_init_tasks -eq 1 -a X$flag_menu = X ] ; then
echo -ne "\a"; sleep 1
echo -ne "\a"; sleep 1
echo -e "\a"; sleep 5
Expand Down

0 comments on commit b693e8a

Please sign in to comment.