diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-11-08 16:55:57 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-11-08 16:55:57 -0200 |
commit | 902d281a3f28ac142d0eb9edf880395637268607 (patch) | |
tree | 8f9cf34263d8ce28eff6fd9ab0cec3fa27218a0c /share/hydractl/sync-media-remotes | |
parent | f9cdf97b556d29f8bb890bbdcab2d7fc3f82a835 (diff) | |
download | hydra-902d281a3f28ac142d0eb9edf880395637268607.tar.gz hydra-902d281a3f28ac142d0eb9edf880395637268607.tar.bz2 |
Uses set-url --add --push on sync-media-remotes
Diffstat (limited to 'share/hydractl/sync-media-remotes')
-rwxr-xr-x | share/hydractl/sync-media-remotes | 2 |
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 |