2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

fix typo. $ signs were missing.

This commit is contained in:
huweihua 2015-10-26 08:37:21 -04:00
parent cb5e73ab0e
commit 00a2d3bc24

View File

@ -193,7 +193,7 @@ function cleanup()
fi
# Clean up the uname hacking
if [ -f "$IMGROOTPATH/bin/uname.save" ]; then
mv "IMGROOTPATH/bin/uname.save" "IMGROOTPATH/bin/uname"
mv "$IMGROOTPATH/bin/uname.save" "$IMGROOTPATH/bin/uname"
fi
fi