]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
Suppress optional arg to backup scripts when empty string.
authorKaty Feng <fkaty@vmware.com>
Mon, 13 Nov 2023 20:07:33 +0000 (12:07 -0800)
committerKaty Feng <fkaty@vmware.com>
Mon, 13 Nov 2023 20:07:33 +0000 (12:07 -0800)
commitfdb122f3e196835e97d2828fd77580d4f7bedb1a
tree1ea052a64d6437e711b625a5a8581d77a3f344ed
parente60562e9409f81541281c452af5f8426a1cc1df2
Suppress optional arg to backup scripts when empty string.

Backup scripts can be called with an optional argument.
Don't pass the optional arg to the script if it's an empty string.
open-vm-tools/services/plugins/vmbackup/scriptOps.c