Fix Bug When Restarting Container

This commit is contained in:
TheBrokenRail 2021-02-23 16:43:35 -05:00
parent 1582066d0d
commit 0bbcf91466

View File

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