AudioTexto / run (1).sh
RenanOF's picture
Upload 3 files
2fcb6ce verified
raw
history blame contribute delete
182 Bytes
#!/bin/bash
# Careful: can't create tmp files from this script
cat nginx.conf | sed "s|API_URL|${API_URL}|g" > /etc/nginx/sites-available/default
service nginx start
sleep infinity