Merge "Fix the default for APACHE_GROUP"
This commit is contained in:
@@ -29,10 +29,10 @@ set +o xtrace
|
|||||||
# Set up default directories
|
# Set up default directories
|
||||||
HORIZON_DIR=$DEST/horizon
|
HORIZON_DIR=$DEST/horizon
|
||||||
|
|
||||||
# Allow overriding the default Apache user and group, default both to
|
# Allow overriding the default Apache user and group, default to
|
||||||
# current user.
|
# current user and his default group.
|
||||||
APACHE_USER=${APACHE_USER:-$USER}
|
APACHE_USER=${APACHE_USER:-$USER}
|
||||||
APACHE_GROUP=${APACHE_GROUP:-$APACHE_USER}
|
APACHE_GROUP=${APACHE_GROUP:-$(id -gn $APACHE_USER)}
|
||||||
|
|
||||||
|
|
||||||
# Entry Points
|
# Entry Points
|
||||||
|
|||||||
Reference in New Issue
Block a user