fix shell syntac
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9008 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
e6c4b0425a
commit
a3bb1ccd34
@ -18,7 +18,7 @@ fi
|
||||
|
||||
TABLE=$1
|
||||
|
||||
if [ $TABLE = "eventlog" ] || [ $TABLE = "auditlog" ]; then
|
||||
if [ "$TABLE" = "eventlog" ] || [ "$TABLE" = "auditlog" ]; then
|
||||
echo "The auditlog and eventlog tables may not be edited. Editing will cause index regeneration. Use the tabprune command.";
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user