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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
cd webserver
python2 webserver.py
python2.7 webserver.py