mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
config/release/create_installstick: fix install script, thanks to toneman77
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b24327d73e
commit
e1a5fb4337
@ -151,7 +151,7 @@ fi
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$MBR" ]; then
|
if [ -n "$MBR" ]; then
|
||||||
cat "MBR" > "$DISK"
|
cat "$MBR" > "$DISK"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# syncing disk
|
# syncing disk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user