mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-23 21:18:07 +00:00
Upgrade bug from systemctl disable (#206)
* replaced ugly tar output with simple messages * replaced ugly tar extraction output * Update mynode-local-upgrade * Suppress the null byte warning * prevent old missing services to halt upgrade
This commit is contained in:
parent
c1da8a30ff
commit
2c69cb9c79
|
@ -452,9 +452,9 @@ systemctl enable loopd
|
|||
systemctl enable rotate_logs
|
||||
|
||||
# Disable any old services
|
||||
systemctl disable hitch
|
||||
systemctl disable mongodb
|
||||
systemctl disable lnd_admin
|
||||
systemctl disable hitch || true
|
||||
systemctl disable mongodb || true
|
||||
systemctl disable lnd_admin || true
|
||||
systemctl disable dhcpcd || true
|
||||
|
||||
# Reload service settings
|
||||
|
|
Loading…
Reference in New Issue
Block a user