Skip to content

Commit

Permalink
Fix exit error on install init
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Feb 26, 2024
1 parent cc366fa commit 722d8a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v0.78.3.2

* HotFix wait for `lwrun` container processes exit
* Fix exit error on install init
* Add DB script for `Lineage 2 Warland`
* Minor fixes

Expand Down
2 changes: 1 addition & 1 deletion lux-wine
Original file line number Diff line number Diff line change
Expand Up @@ -6656,7 +6656,7 @@ if [[ "$EUID" == 0 && "$ALLOW_ROOT" != 1 ]]
rm -f "$lwait_fl"
sleep 0.5
fi
fi) &
fi) 2>/dev/null &
lwait_pid=$!
lite_init "$@"
case $1 in
Expand Down

0 comments on commit 722d8a9

Please sign in to comment.