base-files: remove shebang from uci-defaults files
[openwrt/staging/zorun.git] / package / base-files / files / etc / uci-defaults / 12_network-generate-ula
index 8871427c60de7673021f345c54678240486904c2..19d7ed7f2ea649cb6082d8806782a75132c5b197 100644 (file)
@@ -1,5 +1,3 @@
-#!/bin/sh
-
 [ "$(uci -q get network.globals.ula_prefix)" != "auto" ] && exit 0
 
 r1=$(dd if=/dev/urandom bs=1 count=1 |hexdump -e '1/1 "%02x"')