From 7cc266b3bf12a73ba4575699d1c4b7cf7c5b4a38 Mon Sep 17 00:00:00 2001 From: LaMat <65860122+lamat1111@users.noreply.github.com> Date: Wed, 29 May 2024 15:01:45 +0200 Subject: [PATCH] Update install.sh missing " in EXEC_START="$NODE_PATH/release_autorun.sh --- install/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/install.sh b/install/install.sh index 3591689..533450c 100644 --- a/install/install.sh +++ b/install/install.sh @@ -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 \ No newline at end of file +sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat