4.0 support for add cron job example (#645)

This commit is contained in:
Bagus Hanindhito
2025-01-13 08:08:11 -06:00
committed by GitHub
parent a613211958
commit 1fc89d7891

View File

@ -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