diff options
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 2 |
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" |