mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
More verbose logs
This commit is contained in:
parent
171d6468cd
commit
24105b1d53
1 changed files with 5 additions and 2 deletions
7
dzgui.sh
7
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o pipefail
|
||||
version=3.0.5
|
||||
version=3.0.6
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
|
@ -939,11 +939,14 @@ toggle_branch(){
|
|||
}
|
||||
generate_log(){
|
||||
cat <<-DOC
|
||||
Linux: $(uname -mrs)
|
||||
Version: $version
|
||||
Branch: $branch
|
||||
Whitelist: $whitelist
|
||||
Path: $steam_path
|
||||
Linux: $(uname -mrs)
|
||||
Steam path: $steam_path
|
||||
Workshop path: $workshop_dir
|
||||
Game path: $game_dir
|
||||
|
||||
Mods:
|
||||
$(list_mods)
|
||||
|
|
Loading…
Reference in a new issue