Launch interactive bash at the end of bootstrap.

This commit is contained in:
Andrius Štikonas 2021-03-13 22:40:31 +00:00
parent 3df1a83068
commit 0d14e34172
2 changed files with 6 additions and 1 deletions

View file

@ -10,3 +10,5 @@ set -e
. helpers.sh
echo "Bootstrapping completed."
exec env - PATH=/after/bin bash -i