Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Suchan87
/
teldrive
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
teldrive
/
teldrive.sh
divyam234
initial commit
1b7b318
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
178 Bytes
#!/bin/bash
/app/rclone copy --config /app/rclone.conf
"
$REMOTE
:teldrive/teldrive.db"
"/app/"
if
[ ! -f
"/app/teldrive.db"
];
then
touch
"/app/teldrive.db"
fi
/app/teldrive