Commit d2b771bf authored by Vitaly Lipatov's avatar Vitaly Lipatov

print Uwaga about eatmydata only if verbose mode

parent 2fe9d014
...@@ -283,7 +283,7 @@ set_eatmydata() ...@@ -283,7 +283,7 @@ set_eatmydata()
# use if possible # use if possible
which eatmydata >/dev/null 2>/dev/null || return which eatmydata >/dev/null 2>/dev/null || return
SUDO="$SUDO eatmydata" SUDO="$SUDO eatmydata"
info "Uwaga! eatmydata is installed, we will use it for disable all sync operations." [ -n "$verbose" ] && info "Uwaga! eatmydata is installed, we will use it for disable all sync operations."
return 0 return 0
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment