fix init-script-builder
This commit is contained in:
parent
3d2b83c110
commit
3221159f5f
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
#! @bash@/bin/sh -e
|
||||
|
||||
shopt -s nullglob
|
||||
|
@ -44,7 +43,7 @@ addEntry() {
|
|||
|
||||
configurationCounter=$((configurationCounter + 1))
|
||||
|
||||
local stage2=$(readlink $path/init)
|
||||
local stage2=$path/init
|
||||
|
||||
content="$(
|
||||
echo "#!/bin/sh"
|
||||
|
|
Loading…
Reference in a new issue