mirror of
https://github.com/dockur/windows.git
synced 2024-11-15 01:34:41 +00:00
fix: Quotes (#7)
This commit is contained in:
parent
131fa1379b
commit
0652998966
@ -17,7 +17,7 @@ else
|
||||
fi
|
||||
|
||||
DEST="$STORAGE/drivers.img"
|
||||
[ ! -f "$DEST" ] && cp /run/drivers.iso $DEST
|
||||
[ ! -f "$DEST" ] && cp /run/drivers.iso "$DEST"
|
||||
|
||||
rm -rf "$STORAGE/tmp"
|
||||
mkdir -p "$STORAGE/tmp"
|
||||
|
Loading…
Reference in New Issue
Block a user