Skip to content

Commit c668396

Browse files
committed
fix(Scripts): typo in management compose file path
1 parent 1028352 commit c668396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/uninstall_nomad.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
###################################################################################################################################################################################################
1717

1818
NOMAD_DIR="/opt/project-nomad"
19-
MANAGEMENT_COMPOSE_FILE="${NOMAD_DIR}/docker-compose-management.yaml"
19+
MANAGEMENT_COMPOSE_FILE="${NOMAD_DIR}/docker-compose-management.yml"
2020

2121
###################################################################################################################################################################################################
2222
# #
@@ -87,7 +87,7 @@ uninstall_nomad() {
8787
docker ps -a --filter "name=^nomad_" --format "{{.Names}}" | xargs -r docker rm -f
8888
echo "Allowing some time for app containers to stop..."
8989
sleep 5
90-
90+
9191
echo "Containers should be stopped now."
9292

9393
echo "Removing Project N.O.M.A.D. files..."

0 commit comments

Comments
 (0)