Skip to content
Snippets Groups Projects
Verified Commit 6a798561 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix seaf-cli issues

parent 2575d80a
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
set -Eeo pipefail
mkdir /seafile-data
seaf-cli init -d /seafile-data
if [ -z "$OTP_TOKEN" ]; then
seaf-cli sync -l "$LIBRARY" -s "$SERVER" -d "/sync" -u "$EMAIL" -p "$PASSWORD" --tfa $(oathtool --totp -b "$OTP_TOKEN")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment