From 2256855ac5b321b247f591a5e586531d1dbe4a50 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 18 Oct 2023 18:45:10 +0200 Subject: [PATCH] explicit comment --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 11a54a8..e64c6cc 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app +# dependencies used by the scripts (generating password and processing IPs) pkg_dependencies="python3-bcrypt python3-yaml" #=================================================