Skip to content

Commit 39b1c21

Browse files
Williangalvanipatrickelectric
authored andcommitted
start-bluos-core: make sure BLUEOS_DISABLE_SERVICES is always set
1 parent dfeeffc commit 39b1c21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/start-blueos-core

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ RUN_AS_REGULAR_USER="sudo -u blueos"
2121
# Set BlueOS log folder
2222
BLUEOS_LOG_FOLDER_PATH="/var/logs/blueos"
2323

24+
# Make sure the BLUEOS_DISABLE_SERVICES is set
25+
BLUEOS_DISABLE_SERVICES=${BLUEOS_DISABLE_SERVICES:-""}
2426
# Replace spaces with commas in the disabled services list
2527
BLUEOS_DISABLE_SERVICES=${BLUEOS_DISABLE_SERVICES// /,}
2628

0 commit comments

Comments
 (0)