mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-21 17:52:01 +01:00
common: move export to after for loop
This commit is contained in:
@@ -164,9 +164,9 @@ set_target() {
|
|||||||
fi
|
fi
|
||||||
TARGET="${TARGET} ${_jail}"
|
TARGET="${TARGET} ${_jail}"
|
||||||
JAILS="${JAILS} ${_jail}"
|
JAILS="${JAILS} ${_jail}"
|
||||||
|
done
|
||||||
export TARGET
|
export TARGET
|
||||||
export JAILS
|
export JAILS
|
||||||
done
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user