Fix SC2068 (shellcheck)

This commit is contained in:
0x1eef 2024-04-15 13:12:20 -03:00
parent a0aeba5f4d
commit 7f9503e715

View file

@ -49,7 +49,7 @@ perform_install()
run_install()
{
install -o root -g _portzap -m "${mode}" -v ${@}
install -o root -g _portzap -m "${mode}" -v "$@"
}
##