Update 05-install-cni-plugins.sh

add 4.0 support
This commit is contained in:
John Dorman 2024-05-13 17:49:12 -07:00 committed by GitHub
parent 2adb24f5e6
commit c1acd05bac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,9 @@ case "$(ubnt-device-info firmware || true)" in
3*)
DATA_DIR="/data"
;;
4*)
DATA_DIR="/data"
;;
*)
echo "ERROR: No persistent storage found." 1>&2
exit 1