Skip to content

Commit

Permalink
execute bash on die/abort only during initial installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Jul 11, 2016
1 parent 75f5c1b commit af19c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subroutines
Expand Up @@ -37,7 +37,7 @@ die() {
[ -f $LOGDIR/skip.savelog ] || call_hook savelog
[ -f $LOGDIR/skip.savelog ] || task_savelog
echo "$@"
if [ X$FAI_ACTION = Xinstall ]; then
if [ $do_init_tasks -eq 1 ] ; then
exec bash -i
else
exit 99
Expand Down

0 comments on commit af19c85

Please sign in to comment.