diff options
Diffstat (limited to 'extras/vagrant/clearinterfaces.sh')
-rwxr-xr-x | extras/vagrant/clearinterfaces.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/vagrant/clearinterfaces.sh b/extras/vagrant/clearinterfaces.sh index 31a63098e87..50b96f0d8b0 100755 --- a/extras/vagrant/clearinterfaces.sh +++ b/extras/vagrant/clearinterfaces.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Capture all the interface IPs, in case we need them later ip -o addr show > ~vagrant/ifconfiga |