From 56ea6978d841354e46e6856617d122753fd36f23 Mon Sep 17 00:00:00 2001 From: Mark Suder Date: Tue, 3 Sep 2024 12:22:39 -0400 Subject: [PATCH] https://github.com/nasa/nos3/issues/357 - Remove deletion of gsw/cosmos/COMPONENTS directory from the stop script so that make gsw does not need run between make stop and make launch commands. --- scripts/docker_stop.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/docker_stop.sh b/scripts/docker_stop.sh index d8dea64b..15c4ebbb 100755 --- a/scripts/docker_stop.sh +++ b/scripts/docker_stop.sh @@ -34,6 +34,5 @@ rm -rf /tmp/gpio* # COSMOS yes | rm $GSW_DIR/Gemfile > /dev/null 2>&1 yes | rm $GSW_DIR/Gemfile.lock > /dev/null 2>&1 -yes | rm -r $GSW_DIR/COMPONENTS > /dev/null 2>&1 exit 0