diff --git a/on-boot-script/remote_install.sh b/on-boot-script/remote_install.sh index 72e9106..e4eb00c 100755 --- a/on-boot-script/remote_install.sh +++ b/on-boot-script/remote_install.sh @@ -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