1 Commits

Author SHA1 Message Date
8438f734d7 Debug - do not use 2020-04-24 17:02:04 -04:00

View File

@@ -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" "vncserver") _available_services=("createrepo" "x11vnc" "mediaserver" "mediacenter" "vnc")
_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)
vncserver vnc
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
Display to start vncserver/x11vnc (Default: The current display or :0 if current display Start X11VNC on this display (Default: The current display or :0 if current display
is unaccessible) is unaccessible)
createrepo createrepo
@@ -1288,7 +1288,7 @@ EOF"
mediacenter) mediacenter)
_serviceMediacenter _serviceMediacenter
;; ;;
vncserver) vnc)
_serviceVNC _serviceVNC
;; ;;
*) *)