summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-02-01 08:47:58 +0100
committerSimon Rettberg2024-02-01 08:47:58 +0100
commit47c149037486f39a61e981815c997251173d8878 (patch)
treee4bc70e4b324b4156c44970721751d618f9626cf
parent[slx-addons] Add dependency on busybox -.- (diff)
downloadsystemd-init-47c149037486f39a61e981815c997251173d8878.tar.gz
systemd-init-47c149037486f39a61e981815c997251173d8878.tar.xz
systemd-init-47c149037486f39a61e981815c997251173d8878.zip
[busybox] Using ash to install ash doesn't sound too smart, Simon
-rwxr-xr-xmodules.d/busybox/hooks/s3-install-busybox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/busybox/hooks/s3-install-busybox.sh b/modules.d/busybox/hooks/s3-install-busybox.sh
index 3e42153b..38a90ece 100755
--- a/modules.d/busybox/hooks/s3-install-busybox.sh
+++ b/modules.d/busybox/hooks/s3-install-busybox.sh
@@ -1,4 +1,4 @@
-#!/bin/ash
+#!/bin/bash
if busybox --install -s; then
echo "Busybox installed."