Skip to content

Commit

Permalink
fix root dir after script relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
noursaidi committed Oct 31, 2024
1 parent 1b45ab5 commit 028c086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/discoverynode/bin/install_daemon
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function usage {
}


ROOT_DIR=$(dirname $(realpath $0))
ROOT_DIR=$(dirname $(realpath $0)/..)
UDMI_DIR=$(realpath $ROOT_DIR/../../../)

[[ $1 == install ]] && install=1
Expand Down

0 comments on commit 028c086

Please sign in to comment.