mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-19 09:40:21 +00:00
fix typo. $ signs were missing.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user