Skip to content

Commit

Permalink
juis_check: add another flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Oct 21, 2024
1 parent 86cfc12 commit 8f3df86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/juis_check
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ fi
if [ -z "${Flag// /}" ]; then
Flag="$(echo 'null mesh_master mesh_master_no_trusted mesh_repeater mesh_repeater_no_trusted' | sed 's/ /\n/g' | shuf | head -n1)"
Flag="$Flag $(echo 'null medium_lan medium_dsl' | sed 's/ /\n/g' | shuf | head -n1)"
Flag="$Flag $(echo 'null null crashreport myfritz_letsencrypt botnet_detection avm_acs prov_acs' | sed 's/ /\n/g' | shuf | head -n3)"
Flag="$Flag $(echo 'null null crashreport myfritz_letsencrypt botnet_detection avm_acs prov_acs 2nd_factor_disabled' | sed 's/ /\n/g' | shuf | head -n3)"
[ -n "$docsis" ] && Flag="$Flag cable_retail"
[ -z "${Flag// /}" ] && Flag='empty'
fi
Expand Down

0 comments on commit 8f3df86

Please sign in to comment.