From 47d8713482b97b98413b9cce5765f38c350b5604 Mon Sep 17 00:00:00 2001 From: baiyuan Date: Wed, 17 Sep 2014 05:57:59 -0400 Subject: [PATCH] fix syntax error in postinst --- xCAT-buildkit/share/xcat/kits/debian_template/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-buildkit/share/xcat/kits/debian_template/postinst b/xCAT-buildkit/share/xcat/kits/debian_template/postinst index 54d566f4e..d12542954 100644 --- a/xCAT-buildkit/share/xcat/kits/debian_template/postinst +++ b/xCAT-buildkit/share/xcat/kits/debian_template/postinst @@ -21,7 +21,7 @@ set -e case "$1" in configure) <<>> - if [ -f /tmp/<<>> ] + if [ -f /tmp/<<>> ]; then <<>> rm /tmp/<<>> fi