mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update remote_install.sh (#603)
add support for UnifiOS 4.* when determining `DATA_DIR`
This commit is contained in:
parent
f210f4d252
commit
2adb24f5e6
@ -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