~arx10/procustodibus-app

595ee84a3bc975da57d3dfa465f4eca4c7f3a7e7 — Justin Ludwig 3 months ago 7a40dae
quote conf dir in instructions for windows
1 files changed, 3 insertions(+), 3 deletions(-)

M src/components/host/host-setup-download-instructions.vue
M src/components/host/host-setup-download-instructions.vue => src/components/host/host-setup-download-instructions.vue +3 -3
@@ 9,8 9,8 @@
          generated on this page, and as the Administrator user, move it to the
          agent configuration directory on the host:
          <pre>
            mkdir {{ confDir }}
            move {{ confName }}.conf {{ confDir }}.
            mkdir "{{ confDir }}"
            move {{ confName }}.conf "{{ confDir }}."
          </pre>
        </li>
        <li v-if="!upgrade">


@@ 18,7 18,7 @@
          file generated on this page, and as the Administrator user, move it to
          the same directory:
          <pre>
            move {{ confName }}-setup.conf {{ confDir }}.
            move {{ confName }}-setup.conf "{{ confDir }}."
          </pre>
        </li>
        <li>