1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

iiab-summary: Remove bold font for pastebin. Restore /usr/bin/iiab-apps-to-be-installed

This commit is contained in:
root 2022-07-06 15:25:14 -04:00
parent 16c1bf8e12
commit 99d5debbf4
2 changed files with 8 additions and 2 deletions

View file

@ -41,7 +41,7 @@ tmp=$(git config branch.$BRANCH2.remote) && {
echo "$(grep install_date /etc/iiab/iiab.ini) Current TZ: $(date +%Z)"
echo
echo -e "iiab: $SHORT_HASH1, $PR_COUNT1 PR's / $COMMITS1 commits since tag $TAG1"
echo -e " \e[1m\"$COMMIT_MSG1\"\e[0m"
echo -e " \"$COMMIT_MSG1\""
echo " $REMOTE_URL1 branch: $BRANCH1"
if [ -f /etc/iiab/pr-list-pulled ]; then
echo
@ -51,7 +51,7 @@ fi
echo
if [ -d /opt/iiab/iiab-admin-console ]; then
echo -e "iiab-admin-console: $SHORT_HASH2, $PR_COUNT2 PR's / $COMMITS2 commits since tag $TAG2"
echo -e " \e[1m\"$COMMIT_MSG2\"\e[0m"
echo -e " \"$COMMIT_MSG2\""
echo " $REMOTE_URL2 branch: $BRANCH2"
else
echo " WARNING: Directory /opt/iiab/iiab-admin-console does not exist!"