clean logs
This commit is contained in:
parent
bf466126f5
commit
0baa343c3e
2 changed files with 1 additions and 15 deletions
|
|
@ -214,14 +214,7 @@ else
|
|||
|
||||
lnd_status=$(cat "$LND_STATUS_FILE")
|
||||
rm -f "$LND_STATUS_FILE"
|
||||
|
||||
case $lnd_status in
|
||||
0) log "LND fresh installation completed successfully." ;;
|
||||
1) log "LND upgrade completed successfully." ;;
|
||||
2) log "LND is already up-to-date. No action needed." ;;
|
||||
*) log "WARNING: Unexpected status from install_lnd: $lnd_status" ;;
|
||||
esac
|
||||
|
||||
|
||||
install_nodejs || log_error "Failed to install Node.js" 1
|
||||
|
||||
# Run install_lightning_pub and capture its exit code directly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue