This commit is contained in:
0xOzgur 2024-05-26 14:51:05 +03:00
parent 033d49832f
commit ef4586d288

View File

@ -44,10 +44,10 @@ git checkout release
ARCH=$(uname -m)
# Get the current user's home directory
HOME_DIR=$(eval echo ~$USER)
HOME=$(eval echo ~$USER)
# Use the home directory in the path
PATH="$HOME_DIR/ceremonyclient/node"
PATH="$HOME/ceremonyclient/node"
# Step10.1:Determine the ExecStart line based on the architecture
if [ "$ARCH" = "x86_64" ]; then