From a1a831a1edb2e78f2f188c0c598ef8594562b108 Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Thu, 28 Mar 2024 13:26:32 +0000 Subject: [PATCH] Users stuff --- distro/scripts/adl_cots.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh index 6cec693..cfcd2ee 100755 --- a/distro/scripts/adl_cots.sh +++ b/distro/scripts/adl_cots.sh @@ -631,8 +631,12 @@ ls ${ADL_HOME} # ./buildAdl.sh 2>&1 | tee ${COTS_HOME}/build_adl.log } -wipe -all +if [ "$1" == "all" ] ; then + wipe + all +else + adl +fi -- GitLab