Fix sandbox not using .enter
This commit is contained in:
parent
256cd06e5a
commit
1e46ca4633
@ -45,7 +45,7 @@ sandbox() {
|
||||
fi
|
||||
|
||||
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)
|
||||
if [[ "" == $2 ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user