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:
parent
cb5e73ab0e
commit
00a2d3bc24
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user