manage.sh: add warnings for nonexistent sources
This commit is contained in:
parent
71d2ac135a
commit
2ed0a412a8
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ status_target_source() {
|
||||||
status_buffer="${status_buffer}${newline} ${dim}$2${reset}"
|
status_buffer="${status_buffer}${newline} ${dim}$2${reset}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -e $2 ] ; then
|
||||||
|
status_buffer="${status_buffer} ${bold}${yellow}!${reset}"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
status_finished() {
|
status_finished() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue