3 lines
96 B
Bash
Executable file
3 lines
96 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
mv "${ROOTFS_DIR}/etc/ld.so.preload" "${ROOTFS_DIR}/etc/ld.so.preload.disabled"
|