From 9e826e2ce93cd71db90a906df4dd172f112d274c Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 13 Jan 2009 17:53:18 +0000 Subject: Fix for x11vnc plugin. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2472 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/x11vnc/XX_x11vnc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522