mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
scripts/iiab-update: Touch up for PR #3784
This commit is contained in:
parent
24def618bc
commit
49b574409a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
git pull https://github.com/iiab/iiab --no-rebase --no-edit
|
||||
if [[ $1 == "-f" || $1 == "--fast" ]]; then # Otherwise ./runrole does it below! (as Ansible runs roles/0-init)
|
||||
cd scripts
|
||||
echo -e "\n\e[4mNow running: cp -u iiab-update iiab-summary iiab-diagnostics /usr/bin\e[0m\n"
|
||||
echo -e "\n\e[4mNow running: cp -u iiab-update iiab-summary iiab-diagnostics iiab-root-login /usr/bin\e[0m\n"
|
||||
cp -u iiab-update iiab-summary iiab-diagnostics iiab-root-login /usr/bin
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue