Skip to content

Commit fe967af

Browse files
Lubos KoscoLubos Kosco
authored andcommitted
fix missing backslash
1 parent 596fc08 commit fe967af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenGrok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ FindApplicationServerType()
492492

493493
if [ -d "/var/tomcat6/webapps" \
494494
-o -d "/var/lib/tomcat6/webapps" \
495-
-o -d "/var/lib/tomcat7/webapps"
495+
-o -d "/var/lib/tomcat7/webapps" \
496496
]
497497
then
498498
echo "Tomcat"

0 commit comments

Comments
 (0)