mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-21 01:30:52 +01:00
Merge pull request #1060 from BastilleBSD/tschettervictor-patch-1
This commit is contained in:
@@ -220,7 +220,7 @@ bootstrap_release() {
|
|||||||
## check if the dist files already exists then extract
|
## check if the dist files already exists then extract
|
||||||
FETCH_VALIDATION="0"
|
FETCH_VALIDATION="0"
|
||||||
if [ -f "${bastille_cachedir}/${RELEASE}/${_archive}.txz" ]; then
|
if [ -f "${bastille_cachedir}/${RELEASE}/${_archive}.txz" ]; then
|
||||||
info "Extracting ${PLATFORM_OS} ${RELEASE} ${_archive}.txz..."
|
info "\nExtracting ${PLATFORM_OS} ${RELEASE} ${_archive}.txz..."
|
||||||
if /usr/bin/tar -C "${bastille_releasesdir}/${RELEASE}" -xf "${bastille_cachedir}/${RELEASE}/${_archive}.txz"; then
|
if /usr/bin/tar -C "${bastille_releasesdir}/${RELEASE}" -xf "${bastille_cachedir}/${RELEASE}/${_archive}.txz"; then
|
||||||
## silence motd at container login
|
## silence motd at container login
|
||||||
touch "${bastille_releasesdir}/${RELEASE}/root/.hushlogin"
|
touch "${bastille_releasesdir}/${RELEASE}/root/.hushlogin"
|
||||||
|
|||||||
Reference in New Issue
Block a user