mirror of
https://github.com/YunoHost-Apps/eleventy_ynh.git
synced 2024-09-03 18:26:32 +02:00
Cleaning
This commit is contained in:
parent
442e7c1cfd
commit
b5dc8cf852
5 changed files with 4 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
|
@ -3,7 +3,7 @@ packaging_format = 2
|
|||
id = "eleventy"
|
||||
name = "Eleventy"
|
||||
description.en = "Simpler site generator. Transforms a directory of templates (of varying types) into HTML"
|
||||
description.fr = "Simpler site generator. Transforms a directory of templates (of varying types) into HTML"
|
||||
description.fr = "Générateur de site plus simple. Transforme un répertoire de modèles (de différents types) en HTML"
|
||||
|
||||
version = "2.0.1~ynh1"
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ env_path="$PATH"
|
|||
# Create a dedicated systemd config
|
||||
ynh_add_systemd_config
|
||||
|
||||
yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log"
|
||||
yunohost service add $app --description="Simpler site generator" --log="/var/log/$app/$app.log"
|
||||
|
||||
#=================================================
|
||||
# APP INITIAL CONFIGURATION
|
||||
|
|
|
@ -31,7 +31,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
|||
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
|
||||
systemctl enable $app.service --quiet
|
||||
|
||||
yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log"
|
||||
yunohost service add $app --description="Simpler site generator" --log="/var/log/$app/$app.log"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
|
@ -44,7 +44,7 @@ ynh_add_nginx_config
|
|||
env_path="$PATH"
|
||||
ynh_add_systemd_config
|
||||
|
||||
yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log"
|
||||
yunohost service add $app --description="Simpler site generator" --log="/var/log/$app/$app.log"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
Loading…
Reference in a new issue