From 28891bbf79237d3b95a131651be9e12519f23660 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 6 Sep 2015 16:33:52 +0200 Subject: bin/pass2vdirsyncer: Moving owncloud passwords to separate location --- bin/pass2vdirsyncer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/pass2vdirsyncer b/bin/pass2vdirsyncer index b3ec7e0..6b21577 100755 --- a/bin/pass2vdirsyncer +++ b/bin/pass2vdirsyncer @@ -1,3 +1,4 @@ #!/usr/bin/env bash -pass show sleepmap/$1@$2 +pass show owncloud/$1@$2 + -- cgit v1.2.3-54-g00ecf