7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
systemctl is-active --quiet nimbus_beacon_node.service &&
|
||
|
echo "Nimbus has been upgraded, don't forget to restart with 'sudo systemctl restart nimbus_beacon_node.service'!"
|