mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
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
|
||||
|
||||
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 New Issue
Block a user