Package improvement (#31)

* fix manifest

* fix tabs

* add Services section in manifest

* Fix invalid JSON
open an issue https://dev.yunohost.org/issues/1097

* fix "Impossible de satisfaire les pré-requis pour vpnclient : Paquet «
yunohost-moulinette » inconnu"

* finalisation manifest.json et harmonisation avec
https://yunohost.org/#/packaging_apps_manifest_fr

* ajout de du CI avec .travis.yml

* Update README.md

* lifting manifest.json

* remove exit 0 from scrits and add .gitignore

* fix lint error with exit

* fix #31

* refix #31
This commit is contained in:
agentcobra
2018-03-23 09:23:57 +01:00
committed by Sebastien Badia
parent 355b24ea0c
commit 8aab3c7dd2
10 changed files with 35 additions and 24 deletions

View File

@@ -26,11 +26,10 @@ url_path=${2}
if ! $upgrade; then
source ./helpers
source ./prerequisites
fi
# Check domain/path availability
ynh_webpath_register vpnclient $domain $url_path || exit 1
ynh_webpath_register vpnclient $domain $url_path || ynh_die "problem on domain/path availability" 1
# Install packages
packages='php5-fpm sipcalc dnsutils openvpn curl'
@@ -150,4 +149,3 @@ fi
sudo yunohost app ssowatconf
exit 0