1
0
Fork 0
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:
aclist 2022-08-06 06:36:36 +09:00
parent a050cdfc80
commit 2671e87bc9

View file

@ -619,7 +619,6 @@ debug_menu(){
source_script=$(realpath "$0")
source_dir=$(dirname "$source_script")
generate_log > "$source_dir/log"
exit
fi
}
query_and_connect(){