Colors in log

This commit is contained in:
Kroese 2023-05-11 05:01:51 +02:00 committed by GitHub
parent fb2b828704
commit 4231e21b1c

View File

@ -71,7 +71,7 @@ function downloadUpdate {
mv -f "${TMP}" "${SCRIPT}"
chmod 755 "${SCRIPT}"
info "$HEADER: succesfully installed update, please reboot."
info "$HEADER: succesfully installed update..."
}
@ -100,7 +100,7 @@ function installPackages {
trap finish SIGINT SIGTERM
ts=$(date +%s%N)
echo "Started $HEADER v$VERSION..."
echo " Started $HEADER v$VERSION..."
checkNMI