summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmodules.d/slx-network/scripts/setup-bootif-network.stage32
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/slx-network/scripts/setup-bootif-network.stage3 b/modules.d/slx-network/scripts/setup-bootif-network.stage3
index 11b9b799..568c006c 100755
--- a/modules.d/slx-network/scripts/setup-bootif-network.stage3
+++ b/modules.d/slx-network/scripts/setup-bootif-network.stage3
@@ -19,7 +19,7 @@ fi
_splashtool() {
:
}
-if hash splashtool &> /dev/null; then
+if grep -wq splash /proc/cmdline && hash splashtool &> /dev/null; then
_splashtool() {
splashtool "$@"
}