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(){