1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

remove url check on restore script

This commit is contained in:
aymhce 2017-09-06 20:41:48 +00:00
parent 79a836e7d1
commit 50b100fab1

View file

@ -15,8 +15,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
# Install dependency
sudo apt-get update