release.sh: jail precaution
This commit is contained in:
parent
6cdcbc06d5
commit
044cd57720
1 changed files with 2 additions and 1 deletions
|
@ -299,7 +299,8 @@ fi
|
|||
|
||||
# If we are making a jail, all is done!
|
||||
if [ $JAILMODE = 1 ]
|
||||
then mv $RELEASEDIR $FINAL_JAILDIR
|
||||
then rm -rf $FINAL_JAILDIR
|
||||
mv $RELEASEDIR $FINAL_JAILDIR
|
||||
echo "Created new minix install in $FINAL_JAILDIR."
|
||||
echo "Enter it by typing: "
|
||||
echo "# chroot $FINAL_JAILDIR /bin/sh"
|
||||
|
|
Loading…
Reference in a new issue