GUACAMOLE-682: adapted indent to be consistent

This commit is contained in:
Joern Lentes
2018-12-22 09:58:27 +01:00
parent 2e98f6f8a0
commit 516dbfd5c7

View File

@@ -56,9 +56,9 @@ mkdir -p "$DESTINATION"
cd "$BUILD_DIR" cd "$BUILD_DIR"
if [ -z "$BUILD_PROFILE" ]; then if [ -z "$BUILD_PROFILE" ]; then
mvn package mvn package
else else
mvn -P "$BUILD_PROFILE" package mvn -P "$BUILD_PROFILE" package
fi fi
# #
@@ -118,6 +118,6 @@ tar -xzf extensions/guacamole-auth-ldap/target/*.tar.gz \
# #
if [ -f extensions/guacamole-auth-radius/target/guacamole-auth-radius*.jar ]; then if [ -f extensions/guacamole-auth-radius/target/guacamole-auth-radius*.jar ]; then
mkdir -p "$DESTINATION/radius" mkdir -p "$DESTINATION/radius"
cp extensions/guacamole-auth-radius/target/guacamole-auth-radius*.jar "$DESTINATION/radius" cp extensions/guacamole-auth-radius/target/guacamole-auth-radius*.jar "$DESTINATION/radius"
fi fi