We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
treehouses vnc
1 parent a762499 commit 5cfcd18Copy full SHA for 5cfcd18
modules/vnc.sh
@@ -117,7 +117,7 @@ function vnc {
117
echo "Authentication=VncAuth" >> /root/.vnc/config.d/vncserver-x11
118
fi
119
restart_vnc_service > /dev/null 2>&1
120
- echo "Create your password, run 'treehouses vnc passwd'."
+ echo "Create your password, run 'treehouses vnc password'."
121
echo "Please reboot the system for changes to take effect."
122
else
123
echo "Please create a password first, run 'treehouses vnc password'."
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@treehouses/cli",
3
- "version": "1.26.19",
+ "version": "1.26.20",
4
"remote": "6000",
5
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
6
"main": "cli.sh",
0 commit comments