1
1
Files
zyxel-vmg8825_b50b-cfw/package/base-files-prebuild/files/rootfs/etc/rdpa_init.sh
T
2026-04-17 18:33:03 +02:00

9 lines
262 B
Bash
Executable File

#!/bin/bash
# We need to down eth0 prior to starting runner's data path init
ifconfig eth0 down &> /dev/null
# Initialize bdmf shell
bdmf_shell -c init | while read a b ; do echo $b ; done > /var/bdmf_sh_id
alias bs="bdmf_shell -c `cat /var/bdmf_sh_id` -cmd "