mirror of https://github.com/apache/cloudstack.git
bug 10855: fix a typo when merging git conflicts
This commit is contained in:
parent
db29f7792c
commit
9761661989
|
|
@ -46,7 +46,7 @@ create_htaccess() {
|
|||
#grep -w $file $htaccessFile
|
||||
grep -F `echo $entry` $htaccessFile
|
||||
|
||||
if [ \$? -gt 0 ]; then
|
||||
if [ $? -gt 0 ]; then
|
||||
echo -e $entry >> $htaccessFile;
|
||||
fi
|
||||
result=$?
|
||||
|
|
|
|||
Loading…
Reference in New Issue