nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
3 additions and
0 deletions
-
stage2/01-sys-tweaks/files/rc.local
|
|
@ -27,7 +27,10 @@ if [ ! -f /home/umbrel/service-configured ]; then |
|
|
|
update-rc.d umbrelbox defaults || exit 1 |
|
|
|
echo "Enabling startup for umbrel box" |
|
|
|
update-rc.d umbrelbox enable || exit 1 |
|
|
|
echo "starting up umbrelbox" |
|
|
|
/etc/init.d/umbrelbox start |
|
|
|
|
|
|
|
# Making this as done so we don't go through updates again |
|
|
|
touch /home/umbrel/service-configured |
|
|
|
fi |
|
|
|
|
|
|
|