File weakforced-2.0.1-shebang.patch of Package weakforced
Index: weakforced-2.6.0/report_api/runreport.py
===================================================================
--- weakforced-2.6.0.orig/report_api/runreport.py
+++ weakforced-2.6.0/report_api/runreport.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
import sys
sys.path.append(sys.path[0])
from wforce import app
Index: weakforced-2.6.0/report_api/run.sh
===================================================================
--- weakforced-2.6.0.orig/report_api/run.sh
+++ weakforced-2.6.0/report_api/run.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
set -e
if [ ! -d .venv ]; then