Fix Bug When Restarting Container

This commit is contained in:
TheBrokenRail 2021-02-23 16:43:35 -05:00
parent 1582066d0d
commit 0bbcf91466
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ if ! id user > /dev/null 2>&1; then
fi
# Start
exec gosu "${USER_UID}" ./launcher
exec gosu user ./launcher