secubox-openwrt/package/secubox/secubox-app-dns-master
CyberMind-FR a47800df6f fix(dns-master): Make bump_serial POSIX-compatible
Replace bash-specific substring syntax with POSIX alternatives:
- ${var:0:8} -> cut -c1-8
- ${var:8:2} -> cut -c9-10
- $((10#$var + 1)) -> expr

This fixes "arithmetic syntax error" when running via RPCD (busybox ash).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-17 07:34:47 +01:00
..
files fix(dns-master): Make bump_serial POSIX-compatible 2026-02-17 07:34:47 +01:00
Makefile feat(hexojs): Multi-instance enhancement with backup/restore and Git integration 2026-02-16 10:26:55 +01:00