Do not generate redundant initialize scripts for s6-rc services

This commit is contained in:
Sander van der Burg 2021-01-30 00:54:05 +01:00 committed by Sander van der Burg
parent f4f315021d
commit 68a77686a1
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ let
};
initializeScript =
if initialize == null then null
if initialize == "" then null
else writeTextFile {
name = "initialize";
text = ''