From be84332b61f59b0aa9e6df0a5de07b45a34bb187 Mon Sep 17 00:00:00 2001 From: ecwood Date: Tue, 2 Jul 2024 20:46:30 -0700 Subject: [PATCH] #389 instance manager --- instance_management/clear-instance.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instance_management/clear-instance.sh b/instance_management/clear-instance.sh index 37ea9007..b985c1e8 100755 --- a/instance_management/clear-instance.sh +++ b/instance_management/clear-instance.sh @@ -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}