This commit is contained in:
lelgenio 2019-11-24 04:20:17 -03:00
parent e7c5a5228c
commit 35d0843018
1 changed files with 2 additions and 1 deletions

View File

@ -663,6 +663,7 @@ then
echo "You almost lost your stuff!!" echo "You almost lost your stuff!!"
exit 1 exit 1
fi fi
if [ "$1" == "chroot" ] if [ "$1" == "chroot" ]
then then
configure configure
@ -673,4 +674,4 @@ else
setup setup
fi fi
# vim:foldmethod=marker # vim:foldmethod=marker