t1.cfg.in: saner placeholder executable name

Now it is owncloudcmd and not csync
This commit is contained in:
Olivier Goffart 2014-09-17 14:39:34 +02:00
parent 99aa2cdf2a
commit 292a7357bd

View file

@ -1,8 +1,8 @@
user => "joe",
passwd => "secret",
url => "http://localhost/ocm/remote.php/webdav/",
ld_libpath => "/home/joe/owncloud/csync/csync-build/modules",
csync => "/home/joe/owncloud/csync/csync-build/client/csync",
ld_libpath => "/home/joe/owncloud/mirall-install/lib",
csync => "/home/joe/owncloud/mirall-install/bin/owncloudcmd",
ocs_url => "http://localhost/owncloud/ocs/v1.php/",
share_user => "jenny",
share_passwd => "also_secret"