TigerVNC: Difference between revisions
Explain how to configure a systemd service in a configuration nix import |
Dangerflask (talk | contribs) Add unmissable warning to draw attention to the Greater-than Sign not rendering properly |
||
| Line 81: | Line 81: | ||
if [ ! -r "$HOME/.vnc/passwd" ]; then | if [ ! -r "$HOME/.vnc/passwd" ]; then | ||
echo "ERROR: Run: vncpasswd ~/.vnc/passwd" >&2 | echo "ERROR: Run: vncpasswd ~/.vnc/passwd" >&2 | ||
### CHANGE THE > in the above line TO A GREATER THAN SIGN! ### | |||
exit 1 | exit 1 | ||
fi | fi | ||