diff options
-rw-r--r-- | jjb/tldk/include-raw-csit-tldk-functional-virl.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/tldk/include-raw-csit-tldk-functional-virl.sh b/jjb/tldk/include-raw-csit-tldk-functional-virl.sh index 0192a125b..de52e3097 100644 --- a/jjb/tldk/include-raw-csit-tldk-functional-virl.sh +++ b/jjb/tldk/include-raw-csit-tldk-functional-virl.sh @@ -19,6 +19,9 @@ if [ $? != 0 ]; then exit 1 fi +# Move the tldk to the csit dir +sudo mv -f ./tldk/ ./csit/ + cd csit # execute nsh_sfc bootstrap script if it exists |