mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
iiab-update: Clarify "cp -u" in live output too
This commit is contained in:
parent
291c049919
commit
732ddf8011
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 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 /usr/bin\e[0m\n"
|
||||
cp -u iiab-update iiab-summary iiab-diagnostics /usr/bin
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue