Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
Signed-off-by: Deren Vural <[email protected]>
  • Loading branch information
Deren Vural committed Sep 12, 2021
1 parent 740439b commit fbc694f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bash-kernel-signer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function sign_kernel()
prev_out=""
until [[ "$stop" == "True" ]]; do
tput reset
echo "========BASH KERNEL SIGNING UTILITY========"
echo "=========BASH KERNEL SIGNING UTILITY=========="

# Search for kernels
mapfile -t ukernels < <( find /boot -name "vmlinuz-*-generic" | sort -n )
Expand Down Expand Up @@ -93,7 +93,7 @@ function purge_kernel()
prev_out=""
until [[ "$stop" == "True" ]]; do
tput reset
echo "========BASH KERNEL SIGNING UTILITY========"
echo "=========BASH KERNEL SIGNING UTILITY=========="

# Search for kernels
mapfile -t ukernels < <( find /boot -name "vmlinuz-*-generic" | sort -n )
Expand Down Expand Up @@ -140,7 +140,7 @@ stop="False"
prev_out=""
while [[ "$stop" == "False" ]]; do
tput reset
echo "========BASH KERNEL SIGNING UTILITY========"
echo "=========BASH KERNEL SIGNING UTILITY=========="

# Search for kernels
mapfile -t ukernels < <( find /boot -name "vmlinuz-*-generic" | sort -n )
Expand Down

0 comments on commit fbc694f

Please sign in to comment.