blob: 70d7b261032ada39d3cd3cab80ecfe3c2532bd08 (
plain)
1
2
3
4
5
|
rm -rvf /app/edaweb/edaweb.conf/
ln -s /app/edaweb.conf /app/edaweb/edaweb.conf
printenv | grep -v "no_proxy" >> /etc/environment
tmux new-session -d -s "cron" 'cron -f || bash && bash';
python3 /app/edaweb/app.py --production
|