mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 14:06:50 +00:00
fix update-helm script detail
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
f4ae96a91d
commit
1e9afb833c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ cp latest.yml latest.yml.backup
|
|||
|
||||
# Additional config
|
||||
# shellcheck disable=SC1083
|
||||
sed -i -E '/^( *- )(NET_RAW|SYS_NICE|MKNOD|SYS_ADMIN|CHOWN)$/!s/( *- )([A-Z_]+)$/\1\2=${\2}/' latest.yml
|
||||
sed -i -E '/^( *- )(NET_RAW|SYS_NICE|MKNOD|SYS_ADMIN|CHOWN|SYS_CHROOT|FOWNER)$/!s/( *- )([A-Z_]+)$/\1\2=${\2}/' latest.yml
|
||||
cp sample.conf /tmp/
|
||||
sed -i 's|^|export |' /tmp/sample.conf
|
||||
# shellcheck disable=SC1091
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue