mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-29 01:56:54 +08:00
Update update-helm.sh
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
460e9725d8
commit
f1da5f9269
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ sed -i 's|^|export |' /tmp/sample.conf
|
|||
source /tmp/sample.conf
|
||||
rm /tmp/sample.conf
|
||||
sed -i '/OVERWRITEHOST/d' latest.yml
|
||||
sed -i "s|:latest$|:$DOCKER_TAG-latest|" latest.yml
|
||||
sed -i "s|:latest$|:$DOCKER_TAG|" latest.yml
|
||||
sed -i "s|\${APACHE_IP_BINDING}:||" latest.yml
|
||||
sed -i '/APACHE_IP_BINDING/d' latest.yml
|
||||
sed -i "s|\${APACHE_PORT}:\${APACHE_PORT}/|$APACHE_PORT:$APACHE_PORT/|" latest.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue