Skip to content

Commit

Permalink
Update drivechainintegration.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mplatt8 authored May 28, 2024
1 parent 2a88b44 commit a5160f7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/drivechainintegration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,12 @@ echo "rpcuser=drivechain" >> ~/.drivechain/drivechain.conf
echo "rpcpassword=L2L" >> ~/.drivechain/drivechain.conf
echo "server=1" >> ~/.drivechain/drivechain.conf

read -p "Are you sure you want to run this? (yes/no): " WARNING_ANSWER
if [ "$WARNING_ANSWER" != "yes" ]; then
exit
fi

startdrivechain


echo -e "\e[32mdrivechain integration testing completed!\e[0m"

# Kill and clean up
./mainchain/src/drivechain-cli stop
./mainchain/src/qt/drivechain-cli stop
rm -rf ~/.drivechain
rm -rf mainchain

0 comments on commit a5160f7

Please sign in to comment.