Fix sandbox not using .enter

This commit is contained in:
Kenneth Benzie 2018-11-30 19:45:06 +00:00
parent 256cd06e5a
commit 1e46ca4633

View File

@ -45,7 +45,7 @@ sandbox() {
fi fi
mv $SANDBOX_ROOT/$2 $SANDBOX_ROOT/$3 mv $SANDBOX_ROOT/$2 $SANDBOX_ROOT/$3
sed -i "" "s/$2/$3/g" $SANDBOX_ROOT/$3/.env sed -i "" "s/$2/$3/g" $SANDBOX_ROOT/$3/.enter
;; ;;
destroy) destroy)
if [[ "" == $2 ]]; then if [[ "" == $2 ]]; then