Compare commits
1 Commits
8438f734d7
...
24c56e9387
| Author | SHA1 | Date | |
|---|---|---|---|
| 24c56e9387 |
@@ -26,7 +26,7 @@ installJRMC() {
|
|||||||
_createrepo_webroot="/srv/jriver"
|
_createrepo_webroot="/srv/jriver"
|
||||||
_createrepo_user="$(whoami)"
|
_createrepo_user="$(whoami)"
|
||||||
_user="$(whoami)"
|
_user="$(whoami)"
|
||||||
_available_services=("createrepo" "x11vnc" "mediaserver" "mediacenter" "vnc")
|
_available_services=("createrepo" "x11vnc" "mediaserver" "mediacenter" "vncserver")
|
||||||
|
|
||||||
|
|
||||||
_printHelpAndExit() {
|
_printHelpAndExit() {
|
||||||
@@ -85,14 +85,14 @@ OPTIONS
|
|||||||
Create and enable an x11vnc server (requires an existing X server)
|
Create and enable an x11vnc server (requires an existing X server)
|
||||||
--vncpass and --display are valid options (see below)
|
--vncpass and --display are valid options (see below)
|
||||||
|
|
||||||
vnc
|
vncserver
|
||||||
Create and enable a new VNC X server
|
Create and enable a new VNC X server
|
||||||
|
|
||||||
--vncpass PASSWORD
|
--vncpass PASSWORD
|
||||||
Set vnc password for x11vnc access. If no password is set, the script will either
|
Set vnc password for x11vnc access. If no password is set, the script will either
|
||||||
use existing password stored in ~/.vnc/jrmc_passwd or use no password
|
use existing password stored in ~/.vnc/jrmc_passwd or use no password
|
||||||
--display DISPLAY
|
--display DISPLAY
|
||||||
Start X11VNC on this display (Default: The current display or :0 if current display
|
Display to start vncserver/x11vnc (Default: The current display or :0 if current display
|
||||||
is unaccessible)
|
is unaccessible)
|
||||||
|
|
||||||
createrepo
|
createrepo
|
||||||
@@ -1288,7 +1288,7 @@ EOF"
|
|||||||
mediacenter)
|
mediacenter)
|
||||||
_serviceMediacenter
|
_serviceMediacenter
|
||||||
;;
|
;;
|
||||||
vnc)
|
vncserver)
|
||||||
_serviceVNC
|
_serviceVNC
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user