From 902d281a3f28ac142d0eb9edf880395637268607 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 8 Nov 2016 16:55:57 -0200 Subject: Uses set-url --add --push on sync-media-remotes --- share/hydractl/sync-media-remotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3