From f080684d5392d393fe52586a5dca4865742c9643 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:08:42 +0200 Subject: [PATCH] Fix typo in install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4245199..cd1d842 100755 --- a/scripts/install +++ b/scripts/install @@ -100,7 +100,7 @@ yunohost service add $app --description="A short description of the app" --log=" ### ### --needs_exposed_ports "$port" a list of ports that needs to be publicly exposed ### which will then be checked by YunoHost's diagnosis system -### (N.B. DO NOT USE THIS is the port is only internal!!!) +### (N.B. DO NOT USE THIS if the port is only internal!!!) ### ### --test_status "some command" a custom command to check the status of the service ### (only relevant if 'systemctl status' doesn't do a good job)