fixed shebang

This commit is contained in:
Youen 2022-08-13 12:37:48 +02:00
parent cd57a96ac2
commit e55fe41a6c

View File

@ -1,4 +1,4 @@
!#/bin/sh
#!/bin/bash
source venv/bin/activate
flask --app src/app --debug run