mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 06:01:41 +02:00
Added quotes around directory/file variables to enable working in a path with spaces in its name.
This commit is contained in:
parent
06485872b0
commit
7b572d73f9
@ -171,7 +171,7 @@ CLOUD_CONFIG="${CLOUD_CONFIG/<HOSTNAME>/${HNAME}}"
|
||||
|
||||
echo "$CLOUD_CONFIG" > "$CONFIG_FILE"
|
||||
|
||||
mkisofs -R -V config-2 -o $CONFIGDRIVE_FILE $WORKDIR
|
||||
mkisofs -R -V config-2 -o "$CONFIGDRIVE_FILE" "$WORKDIR"
|
||||
|
||||
echo
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user