1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Update restore

This commit is contained in:
frju365 2017-02-12 18:44:13 +01:00 committed by GitHub
parent 66e417563b
commit 82c60d33a5

View file

@ -32,6 +32,8 @@ final_path=/var/www/$app
sudo apt-get update
sudo apt-get -y -qq install php5-sqlite
conf=/etc/nginx/conf.d/$domain.d/$app.conf
# Check domain/path availability
sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|| ynh_die "Path not available: ${domain}${path}"