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

@ -23,6 +23,12 @@
name: iiab-admin name: iiab-admin
#when: iiab_admin_install # Flag might be created in future? #when: iiab_admin_install # Flag might be created in future?
- name: Copy iiab-apps-to-be-installed from {{ iiab_dir }} to /usr/bin/
copy:
src: "{{ iiab_dir }}/scripts/iiab-apps-to-be-installed" # /opt/iiab/iiab/scripts
dest: /usr/bin/
mode: '0755'
- name: Install dnsmasq -- configure LATER in 'network', after Stage 9 - name: Install dnsmasq -- configure LATER in 'network', after Stage 9
include_tasks: roles/network/tasks/dnsmasq.yml include_tasks: roles/network/tasks/dnsmasq.yml
#when: dnsmasq_install # Flag might be used in future? #when: dnsmasq_install # Flag might be used in future?

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 "$(grep install_date /etc/iiab/iiab.ini) Current TZ: $(date +%Z)"
echo echo
echo -e "iiab: $SHORT_HASH1, $PR_COUNT1 PR's / $COMMITS1 commits since tag $TAG1" 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" echo " $REMOTE_URL1 branch: $BRANCH1"
if [ -f /etc/iiab/pr-list-pulled ]; then if [ -f /etc/iiab/pr-list-pulled ]; then
echo echo
@ -51,7 +51,7 @@ fi
echo echo
if [ -d /opt/iiab/iiab-admin-console ]; then 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 "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" echo " $REMOTE_URL2 branch: $BRANCH2"
else else
echo " WARNING: Directory /opt/iiab/iiab-admin-console does not exist!" echo " WARNING: Directory /opt/iiab/iiab-admin-console does not exist!"