Fix possible issue where electrs cant run

This commit is contained in:
Taylor Helsper 2019-10-07 22:11:31 -05:00
parent 683c96a00c
commit fe1ae6c40e

View File

@ -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