mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-23 10:40:43 +01:00
revert default template link; error->notify for bootstrap
This commit is contained in:
@@ -178,7 +178,6 @@ bootstrap_directories() {
|
|||||||
else
|
else
|
||||||
mkdir -p "${bastille_templatesdir}"
|
mkdir -p "${bastille_templatesdir}"
|
||||||
fi
|
fi
|
||||||
ln -s "${bastille_sharedir}/templates/default" "${bastille_templatesdir}/default"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## ${bastille_releasesdir}
|
## ${bastille_releasesdir}
|
||||||
@@ -216,7 +215,7 @@ bootstrap_release() {
|
|||||||
|
|
||||||
## check if release already bootstrapped, else continue bootstrapping
|
## check if release already bootstrapped, else continue bootstrapping
|
||||||
if [ -z "${bastille_bootstrap_archives}" ]; then
|
if [ -z "${bastille_bootstrap_archives}" ]; then
|
||||||
error_exit "Bootstrap appears complete."
|
error_notify "Bootstrap appears complete."
|
||||||
else
|
else
|
||||||
info "Bootstrapping additional distfiles..."
|
info "Bootstrapping additional distfiles..."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user