summaryrefslogtreecommitdiff
path: root/etc/functions/newsbeuter
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/newsbeuter')
-rw-r--r--etc/functions/newsbeuter2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/newsbeuter b/etc/functions/newsbeuter
index 0c8c646..3756183 100644
--- a/etc/functions/newsbeuter
+++ b/etc/functions/newsbeuter
@@ -3,7 +3,7 @@
function __sync {
if [[ $HOST != aneurysm ]] {
- unisync unison aneurysm .newsbeuter || fdie "sync failed"
+ unisync unison aneurysm .newsbeuter
}
}