fix mistake
This commit is contained in:
parent
f340b76e5f
commit
21a3b5e176
4
init
4
init
@ -1,10 +1,10 @@
|
|||||||
#!/usr/bin/busybox sh
|
#!/sbin/busybox sh
|
||||||
|
|
||||||
# debugging
|
# debugging
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# install busybox
|
# install busybox
|
||||||
/usr/bin/busybox --install
|
/sbin/busybox --install -s
|
||||||
|
|
||||||
panic() { echo "bruh moment :(" && sh; }
|
panic() { echo "bruh moment :(" && sh; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user