mirror of
https://github.com/CloudNebulaProject/vm-manager.git
synced 2026-04-10 05:10:41 +00:00
Fix forger version check to use absolute path
The freshly installed binary may not be in PATH yet during provisioning, so use the full path to /usr/local/bin/forger. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2265fca023
commit
33383e37e9
1 changed files with 1 additions and 1 deletions
|
|
@ -43,4 +43,4 @@ sudo install -m 755 -d /usr/local/bin
|
|||
sudo install -m 755 "$DEST/target/release/forger" /usr/local/bin/forger
|
||||
|
||||
echo "[install-forger] Done."
|
||||
forger --version || true
|
||||
/usr/local/bin/forger --version || true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue