1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Fix scripts shebangs

This commit is contained in:
Salamandar 2024-02-08 22:34:48 +01:00
parent 7f3f628b5d
commit 5e692f37d7
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
workdir=$(dirname "$0") workdir=$(dirname "$0")
log=$workdir/app_list_auto_update.log log=$workdir/app_list_auto_update.log

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import json import json
import os import os

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import csv import csv
import json import json

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import copy import copy
import json import json