Skip to content
Snippets Groups Projects
Commit 597b0585 authored by Keegan Mullaney's avatar Keegan Mullaney
Browse files

ignore shellcheck warning

parent 1a51eceb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,6 +13,7 @@ echo "# License: keegoid.mit-license.org "
echo "# --------------------------------------------"
 
# library file
# shellcheck disable=SC1091
source libkm.sh
 
# -------------------------- SETUP PARAMETERS
Loading
Loading
@@ -83,7 +84,7 @@ qc_display_menu() {
qc_select_options() {
local choice
# make sure we're always starting from the right place
cd "$QC_DIR"
cd "$QC_DIR" || exit
read -rp "Enter choice [1 - 12]: " choice
case $choice in
1) lkm_run_script apts.sh "script";;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment