From 477ec789f02238bad70267ad7172c8e94591bb7a Mon Sep 17 00:00:00 2001 From: jatZama Date: Tue, 26 Nov 2024 16:14:52 +0100 Subject: [PATCH] fix: cp works also on fedora linux os --- launch-fhevm-sepolia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch-fhevm-sepolia.sh b/launch-fhevm-sepolia.sh index c557ce82..f178052d 100755 --- a/launch-fhevm-sepolia.sh +++ b/launch-fhevm-sepolia.sh @@ -7,7 +7,7 @@ NUM_KMS_SIGNERS=$(grep NUM_KMS_SIGNERS .env | cut -d '"' -f 2) rm -rf fhevmTemp/ mkdir -p fhevmTemp -cp -L -r node_modules/fhevm-core-contracts/ fhevmTemp/ +cp -L -r node_modules/fhevm-core-contracts/. fhevmTemp/ npx hardhat compile:specific --contract fhevmTemp npx hardhat compile:specific --contract lib npx hardhat compile:specific --contract gateway