alexanderander30 commited on
Commit
7d2b707
·
verified ·
1 Parent(s): 6ceaa6d

Delete run (1).sh

Browse files
Files changed (1) hide show
  1. run (1).sh +0 -6
run (1).sh DELETED
@@ -1,6 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Careful: can't create tmp files from this script
4
- cat nginx.conf | sed "s|API_URL|${API_URL}|g" > /etc/nginx/sites-available/default
5
- service nginx start
6
- sleep infinity