mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix grep iface instead of main_iface
This commit is contained in:
parent
5d097c8386
commit
8c896cff8b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ then
|
||||||
LXC_BRIDGE=$(cat "$pcheck_config" | grep LXC_BRIDGE= | cut -d '=' -f2)
|
LXC_BRIDGE=$(cat "$pcheck_config" | grep LXC_BRIDGE= | cut -d '=' -f2)
|
||||||
dns=$(cat "$pcheck_config" | grep dns= | cut -d '=' -f2)
|
dns=$(cat "$pcheck_config" | grep dns= | cut -d '=' -f2)
|
||||||
dnsforce=$(cat "$pcheck_config" | grep dnsforce= | cut -d '=' -f2)
|
dnsforce=$(cat "$pcheck_config" | grep dnsforce= | cut -d '=' -f2)
|
||||||
main_iface=$(cat "$pcheck_config" | grep main_iface= | cut -d '=' -f2)
|
main_iface=$(cat "$pcheck_config" | grep iface= | cut -d '=' -f2)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LOG_BUILD_LXC="$script_dir/Build_lxc.log"
|
LOG_BUILD_LXC="$script_dir/Build_lxc.log"
|
||||||
|
|
Loading…
Add table
Reference in a new issue