mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-13 23:00:22 +00:00
fix typo
This commit is contained in:
@@ -179,8 +179,8 @@ function cleanup()
|
||||
if mount |grep "$IMGROOTPATH/tmp/ofed/mountpoint"; then
|
||||
umount "$IMGROOTPATH/tmp/ofed/mountpoint"
|
||||
fi
|
||||
if mount |grep "$IMGROOTPATH/dev/"; then
|
||||
umount "$IMGROOTPATH/dev/"
|
||||
if mount |grep "$IMGROOTPATH/dev"; then
|
||||
umount "$IMGROOTPATH/dev"
|
||||
fi
|
||||
if mount |grep "$IMGROOTPATH/sys"; then
|
||||
umount "$IMGROOTPATH/sys"
|
||||
|
Reference in New Issue
Block a user