mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-24 17:55:01 +01:00
Update bootstrap.sh
This commit is contained in:
@@ -278,9 +278,6 @@ bootstrap_pkgbase_release() {
|
||||
error_continue "[ERROR]: Package set already installed: ${package}"
|
||||
fi
|
||||
|
||||
touch "${bastille_releasesdir}/${RELEASE}/root/.hushlogin"
|
||||
touch "${bastille_releasesdir}/${RELEASE}/usr/share/skel/dot.hushlogin"
|
||||
|
||||
done
|
||||
|
||||
# Cleanup if bootstrap failed
|
||||
@@ -300,6 +297,10 @@ bootstrap_pkgbase_release() {
|
||||
fi
|
||||
error_exit "[ERROR]: Bootstrap failed."
|
||||
else
|
||||
|
||||
touch "${bastille_releasesdir}/${RELEASE}/root/.hushlogin"
|
||||
touch "${bastille_releasesdir}/${RELEASE}/usr/share/skel/dot.hushlogin"
|
||||
|
||||
info "\nBootstrap successful."
|
||||
echo "See 'bastille --help' for available commands."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user