To update your Masternodes, start by logging into your server and use the commands below in the console:
rm -r /var/log/syslog.*
/var/log/syslog
wget https://gitlab.com/bitgreen/bitg-docker/raw/master/scripts/install_bitg.sh -O /opt/bitg/install_bitg.sh
wget https://gitlab.com/bitgreen/bitg-docker/raw/master/scripts/multi_install_bitg.sh -O /opt/bitg/multi_install_bitg.sh
wget https://gitlab.com/bitgreen/bitg-docker/raw/master/scripts/bitg_control.sh -O /opt/bitg/bitg_control.sh
wget https://gitlab.com/bitgreen/bitg-docker/raw/master/scripts/bitg_all_params.sh -O /opt/bitg/bitg_all_params.sh
wget https://gitlab.com/bitgreen/bitg-docker/raw/master/scripts/uninstall_bitg.sh -O /opt/bitg/uninstall_bitg.sh
wget https://gitlab.com/bitgreen/bitg-docker/raw/master/scripts/bitg_mn_status.sh -O /opt/bitg/bitg_mn_status.sh
wget https://gitlab.com/bitgreen/bitg-docker/raw/master/scripts/bitg-cli.sh -O /opt/bitg/bitg-cli.sh
wget https://gitlab.com/bitgreen/bitg-docker/raw/master/scripts/bitg_repair.sh -O /opt/bitg/bitg_repair.sh
wget https://gitlab.com/bitgreen/bitg-docker/raw/master/scripts/bitg_repair_all.sh -O /opt/bitg/bitg_repair_all.sh
chmod +x /opt/bitg/*.sh
bitg_repair_all.sh