Merge pull request #17 from MarcWeber/fix-init-script-builder
fix init-script-builder
This commit is contained in:
commit
0f65521df2
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#! @bash@/bin/sh -e
|
#! @bash@/bin/sh -e
|
||||||
|
|
||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
@ -44,7 +43,7 @@ addEntry() {
|
|||||||
|
|
||||||
configurationCounter=$((configurationCounter + 1))
|
configurationCounter=$((configurationCounter + 1))
|
||||||
|
|
||||||
local stage2=$(readlink $path/init)
|
local stage2=$path/init
|
||||||
|
|
||||||
content="$(
|
content="$(
|
||||||
echo "#!/bin/sh"
|
echo "#!/bin/sh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user