mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix is_webapp detection for apps using helpers 2.1 ?
This commit is contained in:
parent
3574b59169
commit
ab4472e734
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ def build_test_list(basedir: Path) -> dict[str, dict[str, Any]]:
|
|||
|
||||
is_webapp = (
|
||||
os.system(
|
||||
f"grep -q '^ynh_add_nginx_config\|^ynh_nginx_add_config' '{str(basedir)}/scripts/install'"
|
||||
f"grep -q '^ynh_add_nginx_config\|^ynh_nginx_add_config\|^ynh_config_add_nginx' '{str(basedir)}/scripts/install'"
|
||||
)
|
||||
== 0
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue