mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Quiet the output from auto_alt
This commit is contained in:
parent
fccbd9348e
commit
1aecf166f7
2
yadm
2
yadm
@ -2051,7 +2051,7 @@ function auto_alt() {
|
|||||||
if [ "$CHANGES_POSSIBLE" = "1" ] ; then
|
if [ "$CHANGES_POSSIBLE" = "1" ] ; then
|
||||||
auto_alt=$(config --bool yadm.auto-alt)
|
auto_alt=$(config --bool yadm.auto-alt)
|
||||||
if [ "$auto_alt" != "false" ] ; then
|
if [ "$auto_alt" != "false" ] ; then
|
||||||
[ -d "$YADM_REPO" ] && alt
|
[ -d "$YADM_REPO" ] && QUIET="YES" alt
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user