mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2025-07-26 05:14:43 +00:00
4.0 support for add cron job example (#645)
This commit is contained in:
@ -11,6 +11,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
|
||||
|
Reference in New Issue
Block a user