From ea2e9a8d01984798fb7b581967306a537411082b Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 6 May 2021 14:42:13 +0200 Subject: [slx-network] change to new splashtool path --- modules.d/slx-network/scripts/setup-bootif-network.stage3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules.d/slx-network/scripts/setup-bootif-network.stage3 b/modules.d/slx-network/scripts/setup-bootif-network.stage3 index 024ac0cf..dfc5adc6 100755 --- a/modules.d/slx-network/scripts/setup-bootif-network.stage3 +++ b/modules.d/slx-network/scripts/setup-bootif-network.stage3 @@ -19,9 +19,9 @@ fi _splashtool() { : } -if [ -x "/opt/openslx/bin/splashtool" ]; then +if hash splashtool &> /dev/null; then _splashtool() { - /opt/openslx/bin/splashtool "$@" + splashtool "$@" } fi -- cgit v1.2.3-55-g7522