summaryrefslogtreecommitdiffstats
path: root/boot/mr_vm_init.sh
blob: 8b80d469b7b5f2a9db30933b1372ec9fedc36027 (plain)
1
2
3
4
5
6
7
#!/bin/bash

export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1)

cd /opt/dcae-startup-vm-message-router
git pull
bash deploy.sh