mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 05:12:36 +01:00
fix: full path to UI helper
This commit is contained in:
parent
06a389eebe
commit
f57973c145
1 changed files with 2 additions and 2 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -795,8 +795,8 @@ main(){
|
|||
local news=$(check_news)
|
||||
|
||||
printf "All OK. Kicking off UI...\n"
|
||||
[[ -n $news ]] && python3 "ui.py" "--init-ui" "$news" "$version"
|
||||
[[ -z $news ]] && python3 "ui.py" "--init-ui" "null" "$version"
|
||||
[[ -n $news ]] && python3 "$ui_helper" "--init-ui" "$news" "$version"
|
||||
[[ -z $news ]] && python3 "$ui_helper" "--init-ui" "null" "$version"
|
||||
}
|
||||
main
|
||||
#TODO: tech debt: cruddy handling for steam forking
|
||||
|
|
Loading…
Reference in a new issue