Update install.sh

missing " in EXEC_START="$NODE_PATH/release_autorun.sh
This commit is contained in:
LaMat 2024-05-29 15:01:45 +02:00 committed by GitHub
parent f324b96234
commit 7cc266b3bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ GOEXPERIMENT=arenas go build -o qclient main.go
HOME=$(eval echo ~$HOME_DIR)
# Use the home directory in the path
NODE_PATH="$HOME/ceremonyclient/node"
EXEC_START="$NODE_PATH/release_autorun.sh
EXEC_START="$NODE_PATH/release_autorun.sh"
# Create Ceremonyclient Service
echo "⏳Creating Ceremonyclient Service"
@ -142,4 +142,4 @@ sudo service ceremonyclient start
echo "🎉Welcome to Quilibrium Ceremonyclient"
echo "⏳Please let it flow node logs at least 5 minutes then you can press CTRL + C to exit the logs."
sleep 5 # Add a 5-second delay
sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat
sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat