mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 10855: fix a typo when merging git conflicts
This commit is contained in:
parent
db09c6ae47
commit
3e8fb4add2
@ -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…
x
Reference in New Issue
Block a user