mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Typo
This commit is contained in:
parent
d9a3b0ee39
commit
2201575539
1 changed files with 2 additions and 2 deletions
|
@ -226,7 +226,7 @@ Page extract:\n$page_extract"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
[[ $curl_error -eq 0 ]] \
|
[[ $curl_error -eq 0 ]] \
|
||||||
&& log_debug "$(cat $TEST_CONTEXT/curl_result)"
|
&& log_debug "$(cat $TEST_CONTEXT/curl_result)" \
|
||||||
|| log_warning "$(cat $TEST_CONTEXT/curl_result)"
|
|| log_warning "$(cat $TEST_CONTEXT/curl_result)"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -289,7 +289,7 @@ TEST_INSTALL () {
|
||||||
|
|
||||||
# Install the application in a LXC container
|
# Install the application in a LXC container
|
||||||
_INSTALL_APP "path=$check_path" "is_public=$is_public" \
|
_INSTALL_APP "path=$check_path" "is_public=$is_public" \
|
||||||
&& _VALIDATE_THAT_APP_CAN_BE_ACCESSED $SUBDOMAIN $check_path $install_type
|
&& _VALIDATE_THAT_APP_CAN_BE_ACCESSED $SUBDOMAIN $check_path $install_type \
|
||||||
&& log_info "$($TEST_CONTEXT/curl_result)"
|
&& log_info "$($TEST_CONTEXT/curl_result)"
|
||||||
|
|
||||||
local install=$?
|
local install=$?
|
||||||
|
|
Loading…
Add table
Reference in a new issue