Merge pull request #122 from YunoHost/Typo

Typo
This commit is contained in:
yalh76 2022-05-24 00:39:49 +02:00 committed by GitHub
commit 7c295fa65d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 $?