1
0
Fork 0
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:
aymhce 2017-09-06 20:40:28 +00:00
parent 3965ae8d51
commit 788f010e52

View file

@ -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"