mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-02 08:58:15 +02:00
#2147 added a git fetch before git checkout
This commit is contained in:
parent
b2f1f138e9
commit
bf5223b058
@ -351,6 +351,7 @@ if [ "$1" = "update" ]; then
|
||||
# Preserve Config
|
||||
sudo cp backend/mempool-config.json /home/admin
|
||||
|
||||
sudo -u mempool git fetch
|
||||
sudo -u mempool git checkout $updateVersion
|
||||
|
||||
echo "# npm install for mempool explorer (backend)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user