From ef4586d288642808cd0ff8092cfdd7b16d2d8371 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Sun, 26 May 2024 14:51:05 +0300 Subject: [PATCH] home --- install/install_quilibrium_service.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/install_quilibrium_service.sh b/install/install_quilibrium_service.sh index a1cf40a..4104f80 100644 --- a/install/install_quilibrium_service.sh +++ b/install/install_quilibrium_service.sh @@ -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