aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxenserver/etc_init.d_openvswitch2
1 files changed, 1 insertions, 1 deletions
diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch
index bf7ae4e8a..24d82261f 100755
--- a/xenserver/etc_init.d_openvswitch
+++ b/xenserver/etc_init.d_openvswitch
@@ -202,7 +202,7 @@ function start_daemon {
else
local mode=production
eval local pidfile=\$${DAEMON}_PIDFILE
- install -d -m 755 -o root -g root `dirname $VSWITCHD_PIDFILE`
+ install -d -m 755 -o root -g root `dirname $pidfile`
set -- "$@" --pidfile="$pidfile" --detach $monitor_opt --no-chdir
fi