Skip to content

Commit

Permalink
Fix syntax error in after-install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed May 13, 2016
1 parent e190eab commit 10974a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/scripts/after-install
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if [ "$CONFIGURE" = "true" ]; then
if [ -d /opt/api-umbrella/embedded/kylin ]; then
chown $USER:$GROUP /opt/api-umbrella/embedded/kylin/tomcat/temp \
/opt/api-umbrella/embedded/kylin/tomcat/webapps \
/opt/api-umbrella/embedded/kylin/tomcat/logs \
/opt/api-umbrella/embedded/kylin/tomcat/logs
fi

# Re-create symlinks that may have inadvertently been cleaned up by the API
Expand Down

0 comments on commit 10974a9

Please sign in to comment.