Browse Source

Add TODO

master
nolim1t 5 years ago
parent
commit
9540fa4353
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 2
      stage2/01-sys-tweaks/files/rc.local

2
stage2/01-sys-tweaks/files/rc.local

@ -29,6 +29,8 @@ if [ ! -f /home/umbrel/service-configured ]; then
update-rc.d umbrelbox enable || exit 1
echo "starting up umbrelbox"
/etc/init.d/umbrelbox start
# TODO: maybe configure wallet when startup is complete? (or put it inside docker-compose)
# Making this as done so we don't go through updates again
touch /home/umbrel/service-configured

Loading…
Cancel
Save