1
0
Fork 0
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:
aclist 2022-11-09 12:10:46 +09:00
parent 171d6468cd
commit 24105b1d53

View file

@ -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)