Skip to content

Commit 6cf7dbc

Browse files
Merge pull request #361 from continuouspipe/feature/app-user-local-sane-group
Set APP_GROUP to APP_USER in local mode rather than UNKNOWN
2 parents d62f60b + d315bce commit 6cf7dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu/16.04/usr/local/share/bootstrap/update_permissions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function update_permissions() {
2626
export CODE_OWNER
2727

2828
if [[ "$group" = UNKNOWN ]]; then
29-
APP_GROUP="$owner"
29+
APP_GROUP="$APP_USER"
3030
CODE_GROUP="$APP_GROUP"
3131
export APP_GROUP
3232
export CODE_GROUP

0 commit comments

Comments
 (0)