mirror of
https://github.com/mynodebtc/mynode.git
synced 2025-01-11 19:30:11 +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
|
systemctl enable rotate_logs
|
||||||
|
|
||||||
# Disable any old services
|
# Disable any old services
|
||||||
systemctl disable hitch
|
systemctl disable hitch || true
|
||||||
systemctl disable mongodb
|
systemctl disable mongodb || true
|
||||||
systemctl disable lnd_admin
|
systemctl disable lnd_admin || true
|
||||||
systemctl disable dhcpcd || true
|
systemctl disable dhcpcd || true
|
||||||
|
|
||||||
# Reload service settings
|
# Reload service settings
|
||||||
|
|
Loading…
Reference in New Issue
Block a user