mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-03 19:23:42 +01:00
Add double quotes to prevent globbing/word splitting, general code consistency improvements
This commit is contained in:
@@ -58,6 +58,6 @@ fi
|
||||
|
||||
for _jail in ${JAILS}; do
|
||||
echo -e "${COLOR_GREEN}[${_jail}]:${COLOR_RESET}"
|
||||
jexec -l ${_jail} $@
|
||||
jexec -l "${_jail}" "$@"
|
||||
echo
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user