users/s6-rc: allow `startS6 ""`

This commit is contained in:
Colin 2024-03-25 16:46:51 +00:00
parent 5d3899959b
commit 4eb6b5735e
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ in
fs.".profile".symlink.text = ''
function startS6() {
local S6_TARGET="''${1:-default}"
local S6_TARGET="''${1-default}"
local S6_RUN_DIR="$XDG_RUNTIME_DIR/s6"
local COMPILED="$S6_RUN_DIR/compiled"