Fix possible issue where electrs cant run
This commit is contained in:
parent
683c96a00c
commit
fe1ae6c40e
|
@ -271,6 +271,10 @@ if [ $STARTUP_MODIFIED -eq 1 ]; then
|
|||
fi
|
||||
|
||||
|
||||
# Weird hacks
|
||||
chmod +x /usr/bin/electrs || true # Once, a device didn't have the execute bit set for electrs
|
||||
|
||||
|
||||
# Check for new versions
|
||||
wget $LATEST_VERSION_URL -O /usr/share/mynode/latest_version || true
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user