mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Improve install script output
This commit is contained in:
parent
b6ea61170f
commit
34c62c5268
2 changed files with 2 additions and 14 deletions
|
|
@ -100,15 +100,10 @@ main() {
|
|||
info "Binary installed to: $FINAL_FILE"
|
||||
|
||||
# Execute safe-chain setup
|
||||
info "Running safe-chain setup..."
|
||||
if "$FINAL_FILE" setup; then
|
||||
info "✓ safe-chain installed and configured successfully!"
|
||||
else
|
||||
if ! "$FINAL_FILE" setup; then
|
||||
warn "safe-chain was installed but setup encountered issues."
|
||||
warn "You can run 'safe-chain setup' manually later."
|
||||
fi
|
||||
|
||||
info "Installation complete!"
|
||||
}
|
||||
|
||||
main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue