mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix IP_curl
This commit is contained in:
parent
ec0eac5856
commit
4bbf1f09e3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ CHECK_URL () {
|
|||
ECHO_FORMAT "Accès public forcé pour le test d'accès par url.\n" "lyellow" "bold"
|
||||
fi
|
||||
if [ "$no_lxc" -eq 0 ]; then
|
||||
IP_CURL="$(cat "$script_dir/sub_scripts/lxc_build.sh" | grep PLAGE_IP= | cut -d '"' -f2).2"
|
||||
IP_CURL="$(cat "$script_dir/config" | grep PLAGE_IP= | cut -d '=' -f2).2"
|
||||
else
|
||||
IP_CURL="127.0.0.1"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue