about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 7068a1a..3667909 100755
--- a/setup.sh
+++ b/setup.sh
@@ -59,6 +59,7 @@ check_config() {
 install_dscip() {
 	echo "Installing dscip..."
 	set -x
+	mkdir -p "$PROJECT_LOCATION"
 	if [ -d "/usr/share/charadon/dscip" ]; # See if dscip is packaged/installed on system.
 	then
 		cp /usr/share/charadon/dscip/* "$PROJECT_LOCATION"