mirror of https://github.com/fluxcd/flux2.git
Fix ownership issue in bash install script
When using tar with sudo the extracted files will retain the ownership of the files in the archive. When using the bash install script the flux binary is owned by user ID 1001 and group docker after installation. This commit fixes the ownership by appending the -o option to the tar command which will extract files with the correct ownership, namely user root and group root. Signed-off-by: Julian Lengelsen <julian.lengelsen@th-koeln.de>pull/1291/head
parent
ce14951436
commit
7994829765
Loading…
Reference in New Issue