default SOURCE_DIR change
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -106,7 +106,7 @@ discover_services() {
|
|||||||
|
|
||||||
{
|
{
|
||||||
echo '#!/bin/bash';
|
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 'DIRNAME="services misc"; # separator space or |';
|
||||||
echo 'FILENAME="service healthcheck"; # separator space or |';
|
echo 'FILENAME="service healthcheck"; # separator space or |';
|
||||||
echo 'KEYS="START_ON_BOOT"; # separator space or |';
|
echo 'KEYS="START_ON_BOOT"; # separator space or |';
|
||||||
|
Reference in New Issue
Block a user