1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cops_ynh.git synced 2024-09-03 18:25:57 +02:00

Fix version

This commit is contained in:
ericgaspar 2021-11-05 15:36:53 +01:00
parent 009f6b1192
commit f382e926ed
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 2 deletions

View file

@ -6,14 +6,15 @@
"en": "Calibre OPDS (and HTML) PHP Server", "en": "Calibre OPDS (and HTML) PHP Server",
"fr": "Calibre OPDS (et HTML) PHP Serveur" "fr": "Calibre OPDS (et HTML) PHP Serveur"
}, },
"version": "1.1.3~ynh1",
"url": "https://blog.slucas.fr/projects/calibre-opds-php-server/", "url": "https://blog.slucas.fr/projects/calibre-opds-php-server/",
"license": "GPL-2.0",
"upstream": { "upstream": {
"license": "GPL-2.0", "license": "GPL-2.0",
"website": "https://blog.slucas.fr/projects/calibre-opds-php-server/", "website": "https://blog.slucas.fr/projects/calibre-opds-php-server/",
"demo": "http://cops-demo.slucas.fr/index.php", "demo": "http://cops-demo.slucas.fr/index.php",
"code": "https://github.com/seblucas/cops" "code": "https://github.com/seblucas/cops"
}, },
"license": "GPL-2.0",
"maintainer": { "maintainer": {
"name": "polytan02", "name": "polytan02",
"email": "polytan02@mcgva.org" "email": "polytan02@mcgva.org"

View file

@ -47,7 +47,7 @@ ynh_abort_if_errors
#================================================= #=================================================
# STOP SYSTEMD SERVICE # STOP SYSTEMD SERVICE
#================================================= #=================================================
ynh_script_progression --message="Stopping a systemd service..." --time --weight=1 ynh_script_progression --message="Stopping a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log" ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log"