Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 21df40f

Browse files
Update install.sh
1 parent c0c8db5 commit 21df40f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function initial_setup() {
4343
IP=$(kubectl get nodes | grep Ready | awk '{print $1}')
4444
kubectl create -f local-volume.yaml
4545
sleep 5s
46-
sed -i s#169.47.241.213#$IP#g setup.yaml
46+
sed -i s#169\.47\.241\.213#$IP#g setup.yaml
4747
kubectl create -f setup.yaml
4848
echo "Waiting for container to setup"
4949
sleep 15s

0 commit comments

Comments
 (0)