mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
Do not exit after generating log
This commit is contained in:
parent
a050cdfc80
commit
2671e87bc9
1 changed files with 0 additions and 1 deletions
1
dzgui.sh
1
dzgui.sh
|
@ -619,7 +619,6 @@ debug_menu(){
|
||||||
source_script=$(realpath "$0")
|
source_script=$(realpath "$0")
|
||||||
source_dir=$(dirname "$source_script")
|
source_dir=$(dirname "$source_script")
|
||||||
generate_log > "$source_dir/log"
|
generate_log > "$source_dir/log"
|
||||||
exit
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
query_and_connect(){
|
query_and_connect(){
|
||||||
|
|
Loading…
Reference in a new issue