From c60b5ffbce86b64ca91ae396556ac66eaba6cd76 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 7 Aug 2022 16:05:39 -0400 Subject: [PATCH] fix description --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b167f73..dff51a3 100755 --- a/scripts/install +++ b/scripts/install @@ -182,7 +182,7 @@ ynh_use_logrotate #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description="Smart recuoe management" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Smart recipe management" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE