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
82c60d33a5
commit
b839f48923
1 changed files with 0 additions and 4 deletions
|
@ -34,10 +34,6 @@ 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}"
|
||||
|
||||
# Restore sources & data
|
||||
sudo cp -a "./sources" $final_path
|
||||
|
||||
|
|
Loading…
Reference in a new issue