tellform/dev_entrypoint.sh

10 lines
162 B
Bash
Raw Normal View History

2017-09-30 00:33:55 +00:00
#!/bin/bash
line=$(head -n 1 /etc/hosts)
echo "$line tellform.dev $(hostname)" >> /etc/hosts
# Restart sendmail
service sendmail restart
# Run Server
npm start