1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00

Fix restore

This commit is contained in:
Kayou 2019-03-10 11:28:52 +01:00
parent 8cda14156c
commit 50337682c5
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -43,10 +43,6 @@ ynh_webpath_available $domain $path_url \
test ! -d $final_path \
|| ynh_die "There is already a directory: $final_path "
# Check domain/path availability
sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|| ynh_die "Path not available: ${domain}${path}"
#=================================================
# STANDARD RESTORATION STEPS
#=================================================