diff --git a/install.sh b/install.sh index 2629e0f..c2d2e2d 100644 --- a/install.sh +++ b/install.sh @@ -46,7 +46,8 @@ mkdir -p "$BASE_DIR" # Copy files # ------------------------- echo "[blacklayer] copying files to $BASE_DIR" -cp -r ./* "$BASE_DIR/" +cp blacklayer event-driven.sh blacklayer.conf blacklayer-worker.sh call-blacklayer.sh "$BASE_DIR/" 2>/dev/null + # ------------------------- # Permissions