summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-01-13 18:53:18 +0100
committerDirk von Suchodoletz2009-01-13 18:53:18 +0100
commit9e826e2ce93cd71db90a906df4dd172f112d274c (patch)
tree4367a12d05f363a9c4285dbb9e026d0717c4fbf1
parentMoving WLAN related stuff out of mainline stage3 (as suggested by (diff)
downloadcore-9e826e2ce93cd71db90a906df4dd172f112d274c.tar.gz
core-9e826e2ce93cd71db90a906df4dd172f112d274c.tar.xz
core-9e826e2ce93cd71db90a906df4dd172f112d274c.zip
Fix for x11vnc plugin.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2472 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--os-plugins/plugins/x11vnc/XX_x11vnc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/x11vnc/XX_x11vnc.sh b/os-plugins/plugins/x11vnc/XX_x11vnc.sh
index 75346cd8..0f076914 100644
--- a/os-plugins/plugins/x11vnc/XX_x11vnc.sh
+++ b/os-plugins/plugins/x11vnc/XX_x11vnc.sh
@@ -43,7 +43,7 @@ if [ -e /initramfs/plugin-conf/x11vnc.conf ]; then
if [ $x11vnc_active -ne 0 ]; then
[ $DEBUGLEVEL -gt 0 ] && echo "executing the 'x11vnc' os-plugin ...";
# configure x11vnc user mode or framebuffer
- if [ "$x11vnc_mode" = "x11user" || "$x11vnc_mode" = "fb" ] ; then
+ if [ "$x11vnc_mode" = "x11user" -o "$x11vnc_mode" = "fb" ] ; then
# create config dir for stage 3
mkdir -p /mnt/etc/x11vnc
# default parameters