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
58cd8c97ee
commit
d9890bc602
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ TEST_INSTALL () {
|
|||
# Remove and reinstall the application
|
||||
_REMOVE_APP \
|
||||
&& log_small_title "Reinstalling after removal." \
|
||||
&&_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"
|
||||
|
||||
return $?
|
||||
|
|
Loading…
Add table
Reference in a new issue