From 083aae2d4e69d1b1dc1a6dcde3f82a413e5da2b2 Mon Sep 17 00:00:00 2001 From: Charadon Date: Fri, 30 Sep 2022 11:38:35 -0400 Subject: setup.sh: Fixed typo in cp command call --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.4.1-2-gfad0