[enh] review, variables, typo, syntax, fixes

- update yunohost package version dependency
- use variable for $nginx_conf
- rename $final_path to $src_path variable for data path
- other small fixes
This commit is contained in:
Moul
2016-06-13 22:25:00 +02:00
parent 16f11425a2
commit bdbe0ac79e
6 changed files with 32 additions and 34 deletions

View File

@@ -28,5 +28,5 @@ sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
# ynh_mysql_drop_db "$dbname" || true
# ynh_mysql_drop_user "$dbuser" || true
# Restart services
# Reload nginx service
sudo service nginx reload