diff --git a/auto_start/auto_start_anchor.sh b/auto_start/auto_start_anchor.sh index 0d7e9c2..71cc2e1 100755 --- a/auto_start/auto_start_anchor.sh +++ b/auto_start/auto_start_anchor.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Wait for a network interface to be up (not necessarily online) while ! ip link show | grep -q "state UP"; do diff --git a/auto_start/auto_start_core_headless.sh b/auto_start/auto_start_core_headless.sh index b59126b..8e787b8 100755 --- a/auto_start/auto_start_core_headless.sh +++ b/auto_start/auto_start_core_headless.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Wait for a network interface to be up (not necessarily online) while ! ip link show | grep -q "state UP"; do diff --git a/auto_start/auto_start_headless_full.sh b/auto_start/auto_start_headless_full.sh index 488e033..870a646 100755 --- a/auto_start/auto_start_headless_full.sh +++ b/auto_start/auto_start_headless_full.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Wait for a network interface to be up (not necessarily online) while ! ip link show | grep -q "state UP"; do diff --git a/auto_start/start_rosbag.sh b/auto_start/start_rosbag.sh index 3d659f0..786a153 100755 --- a/auto_start/start_rosbag.sh +++ b/auto_start/start_rosbag.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ANCHOR_WS="/home/clucky/rover-ros2" AUTONOMY_WS="/home/clucky/rover-Autonomy"