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:
parent
66e417563b
commit
82c60d33a5
1 changed files with 2 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue