From 24921f2f79dd21553375dc0db972ffe1e0898467 Mon Sep 17 00:00:00 2001 From: Charadon Date: Thu, 29 Sep 2022 10:08:37 -0400 Subject: setup.sh: Fixed issue where directory isn't created when using system dscip --- setup.sh | 1 + 1 file changed, 1 insertion(+) 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" -- cgit 1.4.1-2-gfad0