1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwiirc_ynh.git synced 2024-09-03 19:35:59 +02:00

Merge branch 'master' into testing

This commit is contained in:
yalh76 2022-06-15 01:24:41 +02:00
commit 8335bd19df
3 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
ynh_backup --src_path="/etc/kiwiirc"
ynh_backup --file="/var/log/$app.log"
ynh_backup --src_path="/var/log/$app.log"
#=================================================
# END OF SCRIPT

View file

@ -56,7 +56,7 @@ ynh_restore_file --origin_path="/var/log/$app.log"
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="Versatile web based messenger using IRC" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Versatile web based messenger using IRC" --log="/var/log/$app.log"
#=================================================
# START SYSTEMD SERVICE

View file

@ -64,7 +64,7 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="Versatile web based messenger using IRC" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Versatile web based messenger using IRC" --log="/var/log/$app.log"
#=================================================
# START SYSTEMD SERVICE