TeraBot / entrypoint.sh
sanch1tx's picture
Upload 15 files
93fe4f5 verified
raw
history blame contribute delete
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 "$@"