new option --wait-lock

This commit is contained in:
wangyu-
2018-01-14 06:21:10 -06:00
parent 31f2015ab7
commit 4fcae8d54c
3 changed files with 37 additions and 12 deletions

View File

@@ -40,6 +40,8 @@ create_config() {
[ -n "$log_level" ] && echo "--log-level ${log_level}" >> $config_file
echo "--disable-color" >> $config_file
echo "--wait-lock" >> $config_file
}
validate_config_section() {