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:
parent
79a836e7d1
commit
50b100fab1
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ test ! -d /var/www/$app \
|
||||||
|| ynh_die "There is already a directory: /var/www/$app "
|
|| ynh_die "There is already a directory: /var/www/$app "
|
||||||
|
|
||||||
path=$(ynh_normalize_url_path $path)
|
path=$(ynh_normalize_url_path $path)
|
||||||
ynh_webpath_available $domain $path
|
#ynh_webpath_available $domain $path
|
||||||
ynh_webpath_register $app $domain $path
|
#ynh_webpath_register $app $domain $path
|
||||||
|
|
||||||
# Install dependency
|
# Install dependency
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
Loading…
Add table
Reference in a new issue