mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-06 11:38:50 -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"
|
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…
Add table
Add a link
Reference in a new issue