diff options
-rwxr-xr-x | lifeboat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ clean_default() { } sync_default() { - test -r config/sync || return + test -r config/sync || return 0 while read -r target_spec; do target=$(echo "$target_spec" | cut -f1) |