summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-11-08 16:55:57 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-11-08 16:55:57 -0200
commit902d281a3f28ac142d0eb9edf880395637268607 (patch)
tree8f9cf34263d8ce28eff6fd9ab0cec3fa27218a0c
parentf9cdf97b556d29f8bb890bbdcab2d7fc3f82a835 (diff)
downloadhydra-902d281a3f28ac142d0eb9edf880395637268607.tar.gz
hydra-902d281a3f28ac142d0eb9edf880395637268607.tar.bz2
Uses set-url --add --push on sync-media-remotes
-rwxr-xr-xshare/hydractl/sync-media-remotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/sync-media-remotes b/share/hydractl/sync-media-remotes
index f3ea062..217b17f 100755
--- a/share/hydractl/sync-media-remotes
+++ b/share/hydractl/sync-media-remotes
@@ -28,7 +28,7 @@ for folder in `ls $MEDIA`; do
type="`echo $remote | cut -d ' ' -f 3`"
if [ "$type" == "(push)" ]; then
- command="set-url --push"
+ command="set-url --add --push"
else
command="add"
fi