1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-01-01 15:12:05 +01:00

More verbose logs

This commit is contained in:
aclist 2022-11-09 12:10:46 +09:00
parent 171d6468cd
commit 24105b1d53

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -o pipefail set -o pipefail
version=3.0.5 version=3.0.6
aid=221100 aid=221100
game="dayz" game="dayz"
@ -939,11 +939,14 @@ toggle_branch(){
} }
generate_log(){ generate_log(){
cat <<-DOC cat <<-DOC
Linux: $(uname -mrs)
Version: $version Version: $version
Branch: $branch Branch: $branch
Whitelist: $whitelist Whitelist: $whitelist
Path: $steam_path Path: $steam_path
Linux: $(uname -mrs) Steam path: $steam_path
Workshop path: $workshop_dir
Game path: $game_dir
Mods: Mods:
$(list_mods) $(list_mods)