Skip to content

Commit b5ff237

Browse files
committed
fix update-helm script
Signed-off-by: Simon L. <[email protected]>
1 parent 2ddf074 commit b5ff237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextcloud-aio-helm-chart/update-helm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cp latest.yml latest.yml.backup
2727

2828
# Additional config
2929
# shellcheck disable=SC1083
30-
sed -i -E '/^( *- )(NET_RAW|SYS_NICE|MKNOD|SYS_ADMIN)$/!s/( *- )([A-Z_]+)$/\1\2=${\2}/' latest.yml
30+
sed -i -E '/^( *- )(NET_RAW|SYS_NICE|MKNOD|SYS_ADMIN|CHOWN)$/!s/( *- )([A-Z_]+)$/\1\2=${\2}/' latest.yml
3131
cp sample.conf /tmp/
3232
sed -i 's|^|export |' /tmp/sample.conf
3333
# shellcheck disable=SC1091

0 commit comments

Comments
 (0)