Skip to content

Commit

Permalink
fix: default not callback
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdahai112 committed Dec 28, 2021
1 parent 29e4427 commit c1c521d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ set options = (select a.options from (select options from workflow where friendl
where friendly_name = '安装 CentOS6 64位版';

insert into system_parameter
values ('wait_os_callback', 'true', 'text', null, '装完系统后是否检查网络联通(true/false)');
values ('wait_os_callback', 'false', 'text', null, '装完系统后是否检查网络联通(true/false)');

0 comments on commit c1c521d

Please sign in to comment.