Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanch1tx
/
TeraBot
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TeraBot
/
entrypoint.sh
sanch1tx
Upload 15 files
93fe4f5
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
171 Bytes
#!/bin/sh
# Set permissions on authorized_users.json
if
[ -f
"authorized_users.json"
];
then
chmod
664 authorized_users.json
fi
# Execute the main command
exec
"
$@
"