mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-03 09:28:22 +02:00
electrs update server_banner in config (#3464)
This commit is contained in:
parent
5fb809c2ec
commit
a23c5915a2
@ -527,6 +527,11 @@ if [ "$1" = "update" ]; then
|
||||
sudo -u electrs git reset --hard $updateVersion
|
||||
echo "# Build Electrs ..."
|
||||
sudo -u electrs /home/electrs/.cargo/bin/cargo build --locked --release || exit 1
|
||||
|
||||
# update config
|
||||
sed -i "/^server_banner =/d" /home/electrs/.electrs/config.toml
|
||||
sudo bash -c "echo 'server_banner = \"Welcome to electrs $updateVersion - the Electrum Rust Server on your RaspiBlitz\"' >> /home/electrs/.electrs/config.toml"
|
||||
|
||||
echo "# Updated Electrs to $updateVersion"
|
||||
fi
|
||||
sudo systemctl start electrs
|
||||
|
Loading…
x
Reference in New Issue
Block a user