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:
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
|
#!/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)
|
||||||
|
|
Loading…
Reference in a new issue