Skip to content

Commit

Permalink
#389 instance manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Jul 3, 2024
1 parent 9424cac commit be84332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instance_management/clear-instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ echo # (optional) move to a new line
if [[ $REPLY =~ ^[Yy]$ ]]
then
cd ~
bash -x ${CODE_DIR}/delete-mysql-ubuntu.sh
bash -x ${CODE_DIR}/delete-postgresql-ubuntu.sh
bash -x ${INSTANCE_CODE_DIR}/delete-mysql-ubuntu.sh
bash -x ${INSTANCE_CODE_DIR}/delete-postgresql-ubuntu.sh
rm -r -f ${BUILD_DIR}
rm -r -f ${CODE_DIR}
rm -r -f ${VENV_DIR}
Expand Down

0 comments on commit be84332

Please sign in to comment.