Resolve issue where LNDg data would not update

This commit is contained in:
Taylor Helsper 2022-05-14 22:33:59 -05:00
parent 08643fae81
commit 721911b774

View File

@ -20,6 +20,8 @@ sed -i 's|lndg-admin|admin|g' initialize.py
# Patch supervisord config # Patch supervisord config
mkdir -p logs mkdir -p logs
sed -i 's|/var/log|/opt/mynode/lndg/logs|g' .venv/supervisord.conf sed -i 's|/var/log|/opt/mynode/lndg/logs|g' .venv/supervisord.conf
sed -i 's|/var/supervisord.pid|/tmp/supervisord.pid|g' .venv/supervisord.conf
sed -i 's|"python|".venv/bin/python|g' .venv/supervisord.conf
# Load initial data # Load initial data
.venv/bin/python jobs.py .venv/bin/python jobs.py