about summary refs log tree commit diff stats
path: root/setup.sh
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-09-30 11:38:35 -0400
committerCharadon <dev@iotib.net>2022-09-30 11:38:35 -0400
commit083aae2d4e69d1b1dc1a6dcde3f82a413e5da2b2 (patch)
tree79ca2b87bd87afb50d2cb7fb3cc243d50d225df1 /setup.sh
parent04684b92e116b3867245c41d10a6ac8bdda3d173 (diff)
downloaddscip-083aae2d4e69d1b1dc1a6dcde3f82a413e5da2b2.tar.gz
setup.sh: Fixed typo in cp command call
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 9792fc5..5555020 100755
--- a/setup.sh
+++ b/setup.sh
@@ -97,7 +97,7 @@ install_dscip() {
 		ln -s "$DSCIP_PATH"/dscip "$PROJECT_LOCATION" || \
 			cp "$DSCIP_PATH"/dscip "$PROJECT_LOCATION"
 		install -m755 "$DSCIP_PATH"/config.sh "$PROJECT_LOCATION"
-		install_templates || cp -a "$DSCIP_PATH"/*.sh .
+		install_templates || cp "$DSCIP_PATH"/*.sh .
 	elif [ -d /usr/local/share/charadon/dscip ];
 	then
 		DSCIP_PATH="/usr/local/share/charadon/dscip"