2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 03:00:26 +00:00

fix syntax error in postinst and preinst

This commit is contained in:
baiyuan
2014-09-17 05:57:28 -04:00
parent b855150aee
commit 7d84551ce5

View File

@@ -20,7 +20,7 @@ case "$1" in
;;
upgrade)
if [ -f /tmp/<<<INSERT_kitcomponent_upgrade_flag_HERE>>> ]
if [ -f /tmp/<<<INSERT_kitcomponent_upgrade_flag_HERE>>> ]; then
<<<INSERT_kitcomponent_preupgrade_script_HERE>>>
fi
;;