3 lines
91 B
Text
3 lines
91 B
Text
|
#!/bin/sh
|
||
|
[ -e /etc/fw_sys.config ] && exec /usr/sbin/fw_setenv -c /etc/fw_sys.config "$@"
|