Skip to content

Commit dac32d4

Browse files
committed
update to chown line
1 parent e614794 commit dac32d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public static function ChmodPermissionsSetter(Event $event, $http_user, $path, $
270270
self::EnsureFileExists($event, $path);
271271
}
272272
self::runProcess($event, 'chmod 777 '.$path);
273-
self::runProcess($event, 'chown '.$_SERVER['USER'].'.'.$http_user.' '.$path);
273+
self::runProcess($event, 'chown '.$_SERVER['USER'].':'.$http_user.' '.$path);
274274
}
275275

276276
/**

0 commit comments

Comments
 (0)