OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
initramfs-tools
/
scripts
/
local-bottom
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:13:20 AM
rwxr-xr-x
📄
cryptopensc
512 bytes
08/03/2020 09:28:48 PM
rwxr-xr-x
📄
cryptroot
275 bytes
08/03/2020 09:28:48 PM
rwxr-xr-x
📄
iscsi
833 bytes
04/06/2022 07:19:56 PM
rwxr-xr-x
📄
mdadm
46 bytes
01/14/2020 07:10:59 PM
rwxr-xr-x
📄
ntfs_3g
345 bytes
11/01/2022 11:57:16 AM
rwxr-xr-x
Editing: ntfs_3g
Close
#!/bin/sh set -e case "${1}" in prereqs) exit 0 ;; esac if [ "${ROOTFSTYPE}" = ntfs ] || [ "${ROOTFSTYPE}" = ntfs-3g ] || \ [ "${LOOPFSTYPE}" = ntfs ] || [ "${LOOPFSTYPE}" = ntfs-3g ] then mkdir -p /run/sendsigs.omit.d pidof mount.ntfs >> /run/sendsigs.omit.d/ntfs-3g pidof mount.ntfs-3g >> /run/sendsigs.omit.d/ntfs-3g fi exit 0