Skip to content

Commit c1acd05

Browse files
authored
Update 05-install-cni-plugins.sh
add 4.0 support
1 parent 2adb24f commit c1acd05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cni-plugins/05-install-cni-plugins.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ case "$(ubnt-device-info firmware || true)" in
1212
3*)
1313
DATA_DIR="/data"
1414
;;
15+
4*)
16+
DATA_DIR="/data"
17+
;;
1518
*)
1619
echo "ERROR: No persistent storage found." 1>&2
1720
exit 1

0 commit comments

Comments
 (0)