1 コミット

作成者 SHA1 メッセージ 日付
24c56e9387 Debug - do not use 2020-04-24 17:04:36 -04:00

ファイルの表示

@@ -26,7 +26,7 @@ installJRMC() {
_createrepo_webroot="/srv/jriver"
_createrepo_user="$(whoami)"
_user="$(whoami)"
_available_services=("createrepo" "x11vnc" "mediaserver" "mediacenter" "vnc")
_available_services=("createrepo" "x11vnc" "mediaserver" "mediacenter" "vncserver")
_printHelpAndExit() {
@@ -85,14 +85,14 @@ OPTIONS
Create and enable an x11vnc server (requires an existing X server)
--vncpass and --display are valid options (see below)
vnc
vncserver
Create and enable a new VNC X server
--vncpass PASSWORD
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
--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)
createrepo
@@ -1288,7 +1288,7 @@ EOF"
mediacenter)
_serviceMediacenter
;;
vnc)
vncserver)
_serviceVNC
;;
*)