From 88fcadf4aab9cb735ad77f04584fd57db2c0736a Mon Sep 17 00:00:00 2001 From: Matt Lawrence Date: Sat, 5 Jan 2019 00:43:18 -0500 Subject: [PATCH] BUILD: Update binary location for consolidated repo --- solo-builder/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solo-builder/builder.sh b/solo-builder/builder.sh index 22104cd..3d0af1f 100755 --- a/solo-builder/builder.sh +++ b/solo-builder/builder.sh @@ -102,7 +102,7 @@ fi # Make an MD5sum of each as is required for the Solo and Controller to accept the files. # The tar.gz and the .md5 go directly in the /log/updates/ directory on the solo and/or controller. COMP="completed_$(date +%F_%H-%M)" -NEW_DIR=/vagrant/binaries/$COMP +NEW_DIR=/vagrant/solo-builder/binaries/$COMP echo $COMP > /tmp/COMP.txt mkdir -p $NEW_DIR cd $NEW_DIR