fix mistake

This commit is contained in:
illiliti 2020-01-27 16:39:58 +03:00
parent f340b76e5f
commit 21a3b5e176

4
init
View File

@ -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; }