1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Fix temporaire du restore

Correction temporaire pour éviter une erreur du script restore, voir https://dev.yunohost.org/issues/593
This commit is contained in:
Maniack Crudelis 2016-11-17 00:52:27 +01:00 committed by GitHub
parent fa25e50052
commit 6b53e6a3af

View file

@ -18,8 +18,9 @@ path=$(ynh_app_setting_get "$app" path)
dbpass=$(ynh_app_setting_get "$app" mysqlpwd)
# TODO: Check domain/path availability with app helper
sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|| ynh_die "The path ${domain}${path} is not available for app installation."
# Temporarily commented, see https://dev.yunohost.org/issues/593
#sudo yunohost app checkurl "${domain}${path}" -a "$app" \
# || ynh_die "The path ${domain}${path} is not available for app installation."
# Check destination directory
DESTDIR="/var/www/$app"