Skip to content

Commit

Permalink
v0.78.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Apr 18, 2024
1 parent adfd39b commit 4b5f4c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lux-wine
Original file line number Diff line number Diff line change
Expand Up @@ -2702,8 +2702,12 @@ lite_init() {
while pgrep -fa 'yad'|grep -w 'Runtime initialization' &>/dev/null ; do sleep 1 ; done
while pgrep -fa 'yad'|grep -w 'Updating parameters' &>/dev/null ; do sleep 1 ; done
fi
[[ -n "$SETT_INIT" || "$1" == "-init" ]] && \
initbar && rm -rf "$LW_DIR/.lwcfgchksum"
if [[ -n "$SETT_INIT" || "$1" == "-init" ]]
then
check_config_only "$@"
initbar
rm -rf "$LW_DIR/.lwcfgchksum"
fi
check_exe_wcfg_cenv "$@"
check_luwine_wcfg_cenv
check_def_config
Expand Down

0 comments on commit 4b5f4c9

Please sign in to comment.