diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh
index e72b07658d714b021da6212b6af06c76a5abe942..abd9631b69b7bcc5ed6cfda0a5cea2b2b317ebbb 100755
--- a/distro/scripts/adl_cots.sh
+++ b/distro/scripts/adl_cots.sh
@@ -64,9 +64,9 @@ if [ -z "$1" ]; then
 fi
 
 
-COTS_HOME=$1
-COTSBASE=$2
-
+COTS_HOME=/csppbinaries/cspp-sdr-binary/distro/
+COTSBASE=/CSPP_SDR_4_0
+mkdir -p ${COTSBASE}
 echo $COTSBASE
 echo $COTS_HOME
 shift 2