mirror of
https://github.com/YunoHost-Apps/phpldapadmin_ynh.git
synced 2024-09-03 19:56:45 +02:00
remove url check on restore script
This commit is contained in:
parent
3965ae8d51
commit
788f010e52
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ test ! -d /var/www/$app \
|
|||
|| ynh_die "There is already a directory: /var/www/$app "
|
||||
|
||||
path=$(ynh_normalize_url_path $path)
|
||||
ynh_webpath_available $domain $path
|
||||
ynh_webpath_register $app $domain $path
|
||||
#ynh_webpath_available $domain $path
|
||||
#ynh_webpath_register $app $domain $path
|
||||
|
||||
sudo cp -a ./sources "/var/www/$app"
|
||||
|
||||
|
|
Loading…
Reference in a new issue