Displaying 1 result from an estimated 1 matches for "1c3336d".
Did you mean:
13336
2010 Mar 25
1
[PATCH] Allow persistance of empty config files in ovirt_store_config v2
...) to well known locations can be pre set for persistance.
Signed-off-by: Ricardo Marin Matinata <matinata at br.ibm.com>
---
scripts/ovirt-functions | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions
index 482441a..1c3336d 100644
--- a/scripts/ovirt-functions
+++ b/scripts/ovirt-functions
@@ -495,9 +495,9 @@ ovirt_store_config() {
fi
if $persist_it; then
- # skip if file does not exist or is empty
- if [ ! -s "${filename}" ]; then
-...