about summary refs log tree commit diff stats
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-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"
ass='oid'>1a43d12b ^
49a99383 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42