mirror of
https://github.com/HikariKnight/quickpassthrough.git
synced 2025-05-23 11:37:04 -04:00
more shellcheck
This commit is contained in:
parent
08e4da4575
commit
7d92058efc
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Get the scripts directory
|
||||
SCRIPTDIR=$(dirname `which $0`)
|
||||
SCRIPTDIR=$(dirname "$(which $0)")
|
||||
cd $SCRIPTDIR
|
||||
|
||||
# If there is a config generated, then $SCRIPTDIR/config/kernel_args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue