Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treehouses vnc better help message (fixes #1909) (fixes #2136) #2299

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/vnc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function vnc {
echo "Please reboot your system."
else
echo "VNC server is not configured correctly. Please try $BASENAME vnc on to enable it, or $BASENAME vnc off to disable it."
echo "Alternatively, you may try $BASENAME vnc status-service to verify the status of each specific required service."
echo "Alternatively, you may try $BASENAME vnc info to verify the status of each specific required service."
fi
;;
"on")
Expand Down Expand Up @@ -117,7 +117,7 @@ function vnc {
echo "Authentication=VncAuth" >> /root/.vnc/config.d/vncserver-x11
fi
restart_vnc_service > /dev/null 2>&1
echo "Create your password, run 'treehouses vnc passwd'."
echo "Create your password, run 'treehouses vnc password'."
echo "Please reboot the system for changes to take effect."
else
echo "Please create a password first, run 'treehouses vnc password'."
Expand Down