mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-12 09:39:32 -05:00
debugging
This commit is contained in:
parent
b81a991731
commit
45ce0ff74d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user