big shellcheck cleanup and disabling the shellchecks we will ignore
This commit is contained in:
parent
f90e35f647
commit
6e0fd90dd7
13 changed files with 31 additions and 14 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
# shellcheck disable=SC1091
|
||||
|
||||
function make_BACKUP () {
|
||||
local BACKUPDIR
|
||||
|
@ -127,7 +128,7 @@ unless a backup already exist.
|
|||
Then the files above will be copied to your system followed by running followed by updating your
|
||||
initramfs and then attempt adding new kernel arguments to your bootloader."
|
||||
|
||||
read -p "Do you want to proceed with the installation of the files? (no=quit) [Y/n]: " YESNO
|
||||
read -r -p "Do you want to proceed with the installation of the files? (no=quit) [Y/n]: " YESNO
|
||||
|
||||
case "${YESNO}" in
|
||||
[Nn]*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue