mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Annnnnd Alex was drunk and released an epic stupid bug in stable
This commit is contained in:
parent
c45b0edd39
commit
2623d38567
1 changed files with 2 additions and 3 deletions
|
@ -2569,9 +2569,8 @@ def _validate_and_normalize_webpath(manifest, args_dict, app_folder):
|
||||||
and re.search(r"(ynh_webpath_register|yunohost app checkurl)", install_script_content):
|
and re.search(r"(ynh_webpath_register|yunohost app checkurl)", install_script_content):
|
||||||
|
|
||||||
domain = domain_args[0][1]
|
domain = domain_args[0][1]
|
||||||
conflicts = _get_conflicting_apps(domain, "/")
|
if _get_conflicting_apps(domain, "/"):
|
||||||
|
raise YunohostError('app_full_domain_unavailable', domain=domain)
|
||||||
raise YunohostError('app_full_domain_unavailable', domain=domain)
|
|
||||||
|
|
||||||
|
|
||||||
def _make_environment_dict(args_dict, prefix="APP_ARG_"):
|
def _make_environment_dict(args_dict, prefix="APP_ARG_"):
|
||||||
|
|
Loading…
Add table
Reference in a new issue