diff --git a/update/update.sh b/update/update.sh index e240c45..7e2ae0c 100644 --- a/update/update.sh +++ b/update/update.sh @@ -174,7 +174,7 @@ HOME=$(eval echo ~$HOME_DIR) # Use the home directory in the path NODE_PATH="$HOME/ceremonyclient/node" -EXEC_START="$NODE_PATH/NODE_BINARY" +EXEC_START="$NODE_PATH/$NODE_BINARY" # Re-Create Ceremonyclient Service echo "⏳ Re-Creating Ceremonyclient Service"