Skip to content

Commit be426b3

Browse files
committed
remove unused fwlink check
1 parent 30c1b32 commit be426b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkfwlink.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
FWLINKBASE="http://go.microsoft.com/fwlink/?LinkID="
3-
LINKIDLIST=("286720" "620956" "512749" "526878" "252838" "255555" "255557" "267429" "400838" "723585" "722349&clcid=0x409" "824704" "847862")
3+
LINKIDLIST=("286720" "620956" "512749" "526878" "252838" "255555" "255557" "267429" "400838" "723585" "722349&clcid=0x409" "824704")
44

55
result=()
66

0 commit comments

Comments
 (0)