Merge "Fix novnc init asset copy options"
This commit is contained in:
commit
1f502d76c5
@ -20,7 +20,7 @@ set -ex
|
||||
|
||||
console_kind="{{- .Values.console.console_kind -}}"
|
||||
if [ "${console_kind}" == "novnc" ] ; then
|
||||
cp -vaR /usr/share/novnc/* /tmp/usr/share/novnc/
|
||||
cp -vaRf /usr/share/novnc/* /tmp/usr/share/novnc/
|
||||
elif [ "${console_kind}" == "spice" ] ; then
|
||||
cp -vaR /usr/share/spice-html5/* /tmp/usr/share/spice-html5/
|
||||
fi
|
||||
cp -vaRf /usr/share/spice-html5/* /tmp/usr/share/spice-html5/
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user