mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-30 09:44:18 -04:00
debugging
This commit is contained in:
parent
b81a991731
commit
45ce0ff74d
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue