mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-12 13:29:29 -05:00
debugging
This commit is contained in:
parent
b81a991731
commit
45ce0ff74d
@ -28,6 +28,10 @@ init() {
|
|||||||
mkdir --parents "/run/remount-secure"
|
mkdir --parents "/run/remount-secure"
|
||||||
exit_code=0
|
exit_code=0
|
||||||
mount_output="$(mount)"
|
mount_output="$(mount)"
|
||||||
|
|
||||||
|
## Debugging.
|
||||||
|
$output_command "INFO: mount_output:"
|
||||||
|
$output_command "$mount_output"
|
||||||
}
|
}
|
||||||
|
|
||||||
parse_options() {
|
parse_options() {
|
||||||
|
Loading…
Reference in New Issue
Block a user