Browse Source

Fix temporaire du restore

Correction temporaire pour éviter une erreur du script restore, voir https://dev.yunohost.org/issues/593
pull/7/head
Maniack Crudelis 9 years ago
committed by GitHub
parent
commit
6b53e6a3af
  1. 5
      scripts/restore

5
scripts/restore

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

Loading…
Cancel
Save