„bHELPER.sh“ ändern

This commit is contained in:
dingens 2023-09-01 18:46:20 +00:00
parent b4227935ca
commit f9b85b0225
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
SkriptVersion="2023-06-13 01:10"
SkriptVersion="2023-09-01 20:45"
gl_SkriptName=$(basename "${0}")
gl__SkriptPfadName=$(cd "$(dirname "${0}")"; pwd -P)/$(basename "${0}")
@ -308,10 +308,10 @@ terminal_output_end
bannertitel="Hauptmenü => Hardware => Bluetooth"
banner
task_title "systemctl list-unit-files | grep blue"
task_title_syntax "systemctl list-unit-files | grep blue"
task_title "systemctl list-unit-files | grep -i "STATE\|blue""
task_title_syntax "systemctl list-unit-files | grep -i "STATE\|blue""
terminal_output_begin
systemctl list-unit-files | grep blue
systemctl list-unit-files | grep -i "STATE\|blue"
terminal_output_end
task_title "systemctl status bluetooth.service"
@ -326,7 +326,7 @@ terminal_output_begin
journalctl -o short-iso --no-pager -u bluetooth.service
terminal_output_end
task_title "bluetooth --help"
"bluetask_title tooth --help"
task_title_syntax "bluetooth --help"
terminal_output_begin
bluetooth --help