mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Removed a sudo
This commit is contained in:
parent
7f243b8965
commit
1722d39722
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ ynh_abort_if_errors
|
|||
# sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|
||||
# || ynh_die "path not available: ${domain}${path}"
|
||||
|
||||
sudo ynh_webpath_register $app $domain $path \
|
||||
ynh_webpath_register $app $domain $path \
|
||||
|| ynh_die "path not available and may be already used : ${domain}${path}"
|
||||
|
||||
# Check user parameter
|
||||
|
|
Loading…
Add table
Reference in a new issue