From cb1e0bbc05621b1b672bd6d72bb826db039ab7c9 Mon Sep 17 00:00:00 2001 From: hael Date: Tue, 19 Dec 2023 09:07:29 +0000 Subject: [PATCH] default SOURCE_DIR change --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6401273..d0b9bdb 100755 --- a/install.sh +++ b/install.sh @@ -106,7 +106,7 @@ discover_services() { { echo '#!/bin/bash'; - echo 'SOURCE_DIRS="/etc/user/data/|/etc/user/config/"; # separator space or |'; + echo 'SOURCE_DIRS="/etc/user/data/ /etc/user/config/"; # separator space or |'; echo 'DIRNAME="services misc"; # separator space or |'; echo 'FILENAME="service healthcheck"; # separator space or |'; echo 'KEYS="START_ON_BOOT"; # separator space or |';