mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-16 10:51:30 +07:00
debugging
This commit is contained in:
@ -28,6 +28,10 @@ init() {
|
||||
mkdir --parents "/run/remount-secure"
|
||||
exit_code=0
|
||||
mount_output="$(mount)"
|
||||
|
||||
## Debugging.
|
||||
$output_command "INFO: mount_output:"
|
||||
$output_command "$mount_output"
|
||||
}
|
||||
|
||||
parse_options() {
|
||||
|
Reference in New Issue
Block a user