diff --git a/install/install_quilibrium_service.sh b/install/install_quilibrium_service.sh index 5b20523..7ebdb6a 100644 --- a/install/install_quilibrium_service.sh +++ b/install/install_quilibrium_service.sh @@ -204,7 +204,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/release_autorun.sh" # Step 6:Create Ceremonyclient Service echo "⏳ Creating Ceremonyclient Service" diff --git a/update/update.sh b/update/update.sh index 1e7886c..b4bf4a0 100644 --- a/update/update.sh +++ b/update/update.sh @@ -158,7 +158,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/release_autorun.sh" # Re-Create Ceremonyclient Service echo "⏳ Re-Creating Ceremonyclient Service"