diff options
-rw-r--r-- | config/open-vm-tools/open-vm-tools.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/open-vm-tools/open-vm-tools.inc b/config/open-vm-tools/open-vm-tools.inc index d12c8e6a..8ff2cecc 100644 --- a/config/open-vm-tools/open-vm-tools.inc +++ b/config/open-vm-tools/open-vm-tools.inc @@ -32,7 +32,7 @@ pidfile="/var/run/\${name}.pid" load_rc_config \$name vmware_guestd_enable="YES" vmware_guestd_flags="--background \${pidfile}" -run_rc_command "$1" +run_rc_command "\$1" EOF; |