mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
Merge pull request #54 from dorkeline/fix-stray-quote
This commit is contained in:
commit
97c85054d1
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ in
|
||||||
touch "$STATE_DIRECTORY/uboot-migration-in-progress"
|
touch "$STATE_DIRECTORY/uboot-migration-in-progress"
|
||||||
cp "$UBOOT" "$TMPFILE"
|
cp "$UBOOT" "$TMPFILE"
|
||||||
mv -T "$TMPFILE" "$TARGET_FIRMWARE_DIR/u-boot-rpi-arm64.bin"
|
mv -T "$TMPFILE" "$TARGET_FIRMWARE_DIR/u-boot-rpi-arm64.bin"
|
||||||
echo "${builtins.toString cfg.uboot.package}" " > "$STATE_DIRECTORY/uboot-version"
|
echo "${builtins.toString cfg.uboot.package}" > "$STATE_DIRECTORY/uboot-version"
|
||||||
rm "$STATE_DIRECTORY/uboot-migration-in-progress"
|
rm "$STATE_DIRECTORY/uboot-migration-in-progress"
|
||||||
}
|
}
|
||||||
''}
|
''}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue