Fix systems that removed python2 symlink

This commit is contained in:
Thiago Alves
2020-07-29 13:53:26 -07:00
committed by GitHub
parent 7a9051fba3
commit 6a183dc78e
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
cd webserver
python2 webserver.py
python2.7 webserver.py