Fix SC2068 (shellcheck)
This commit is contained in:
parent
a0aeba5f4d
commit
7f9503e715
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ perform_install()
|
||||||
|
|
||||||
run_install()
|
run_install()
|
||||||
{
|
{
|
||||||
install -o root -g _portzap -m "${mode}" -v ${@}
|
install -o root -g _portzap -m "${mode}" -v "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in a new issue