mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 17:59:27 -05:00
debugging
This commit is contained in:
parent
e7aafd64d4
commit
d2e8a6dad3
@ -136,9 +136,9 @@ $0 3"
|
|||||||
|
|
||||||
preparation() {
|
preparation() {
|
||||||
## Debugging.
|
## Debugging.
|
||||||
$output_command "INFO: 'findmnt --list' output at the START."
|
#$output_command "INFO: 'findmnt --list' output at the START."
|
||||||
$output_command "$(findmnt --list)"
|
#$output_command "$(findmnt --list)"
|
||||||
$output_command ""
|
#$output_command ""
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -271,8 +271,9 @@ _home() {
|
|||||||
|
|
||||||
end() {
|
end() {
|
||||||
## Debugging.
|
## Debugging.
|
||||||
$output_command "INFO: 'findmnt --list' output at the END."
|
#$output_command "INFO: 'findmnt --list' output at the END."
|
||||||
$output_command "$(findmnt --list)"
|
#$output_command "$(findmnt --list)"
|
||||||
|
|
||||||
$output_command "INFO: exit_code: $exit_code"
|
$output_command "INFO: exit_code: $exit_code"
|
||||||
$output_command "$0: INFO: END"
|
$output_command "$0: INFO: END"
|
||||||
exit $exit_code
|
exit $exit_code
|
||||||
|
Loading…
Reference in New Issue
Block a user