mirror of
https://github.com/BastilleBSD/bastille.git
synced 2026-01-06 13:03:31 +01:00
Convert tab to spaces
Spaces seem to be the convention for these files, for better or worse, so make things consistent.
This commit is contained in:
@@ -161,7 +161,7 @@ while [ $# -gt 0 ]; do
|
|||||||
shift 3
|
shift 3
|
||||||
if [ $# -gt 3 ]; then
|
if [ $# -gt 3 ]; then
|
||||||
for last in $@; do
|
for last in $@; do
|
||||||
true
|
true
|
||||||
done
|
done
|
||||||
if [ $2 == "(" ] && [ $last == ")" ] ; then
|
if [ $2 == "(" ] && [ $last == ")" ] ; then
|
||||||
check_jail_validity
|
check_jail_validity
|
||||||
|
|||||||
Reference in New Issue
Block a user