From cde83f14e04d51c7b2c9a3a4a7816364a978a514 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Thu, 30 May 2024 15:42:04 +0300 Subject: [PATCH] bugfix --- update_arm64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_arm64.sh b/update_arm64.sh index 1b515f6..26047b9 100644 --- a/update_arm64.sh +++ b/update_arm64.sh @@ -18,7 +18,7 @@ HOME=$(eval echo ~$HOME_DIR) # Use the home directory in the path NODE_PATH="$HOME/ceremonyclient/node" -EXEC_START="$NODE_PATH/node-1.4.18-linux-amd64" +EXEC_START="$NODE_PATH/node-1.4.18-linux-arm64" # Step 3:Re-Create Ceremonyclient Service rm /lib/systemd/system/ceremonyclient.service