We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c98b5a commit 3f33592Copy full SHA for 3f33592
3 files changed
systemvm/agent/scripts/consoleproxy.sh
systemvm/agent/scripts/secstorage.sh
systemvm/debian/opt/cloud/bin/setup/consoleproxy.sh
@@ -33,7 +33,7 @@ setup_console_proxy() {
33
echo "$public_ip $NAME" >> /etc/hosts
34
35
log_it "Applying iptables rule for VNC port ${VNCPORT}"
36
- sed -i 's/8080/${VNCPORT}/' /etc/iptables/rules.v4
+ sed -i "s/8080/${VNCPORT}/" /etc/iptables/rules.v4
37
echo "${VNCPORT}" > /root/vncport
38
log_it "Creating VNC port ${VNCPORT} file for VNC server configuration"
39
0 commit comments