mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update 05-install-cni-plugins.sh
add 4.0 support
This commit is contained in:
parent
2adb24f5e6
commit
c1acd05bac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user