1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 21:32:36 +01:00

chore: change logging

This commit is contained in:
aclist 2023-02-04 12:56:35 +09:00
parent 08eb82a64e
commit 8bfbbbe230

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -o pipefail
version=3.3.0-rc.9
version=3.3.0-rc.10
aid=221100
game="dayz"
@ -993,9 +993,9 @@ set_header(){
dbl "INS: $install_mode" >> /tmp/dzgui.log
dbl "FAV: $fav_label" >> /tmp/dzgui.log
dbl "${items[@]}" >> /tmp/dzgui.log
dbl "$steamsafe_zenity -version" >> /tmp/dzgui.log
sel=$($steamsafe_zenity $sd_res --list --title="DZGUI" --text="${news}DZGUI $version | Mode: $mode | Branch: $branch | Mods: $install_mode | Fav: $fav_label" \
--cancel-label="Exit" --ok-label="Select" --column="Select launch option" --hide-header "${items[@]}" 2>/dev/null)
dbl "$steamsafe_zenity --version" >> /tmp/dzgui.log
sel=$($steamsafe_zenity --list --title="DZGUI" --text="${news}DZGUI $version | Mode: $mode | Branch: $branch | Mods: $install_mode | Fav: $fav_label" \
--cancel-label="Exit" --ok-label="Select" --column="Select launch option" --hide-header "${items[@]}" 2>>/tmp/dzgui.log)
fi
}
toggle_branch(){