default SOURCE_DIR change
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-19 09:07:29 +00:00
parent 494712a235
commit cb1e0bbc05

View File

@@ -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 |';