Skip to content

Commit

Permalink
v8.20
Browse files Browse the repository at this point in the history
- DietPi-Software | Homebridge: Add workaround for bug with wrong home directory /nonexistent
  • Loading branch information
MichaIng committed Jul 27, 2023
1 parent 8942203 commit 3d8bafd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -11728,6 +11728,10 @@ _EOF_
G_AGUP

G_AGI homebridge
G_EXEC systemctl stop homebridge

# Workaround for bug with wrong home directory /nonexistent
G_EXEC usermod -d /var/lib/homebridge homebridge
fi

if To_Install 205 # Homer
Expand Down

0 comments on commit 3d8bafd

Please sign in to comment.