1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

add shebangs

This commit is contained in:
Mickael 2019-02-25 14:25:29 +01:00
parent 42b4e9ac19
commit b2487c77fe
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#================================================= #!/bin/bash
##=================================================
# GENERIC START # GENERIC START
#================================================= #=================================================
# IMPORT GENERIC HELPERS # IMPORT GENERIC HELPERS

View file

@ -1,3 +1,4 @@
#!/bin/bash
#================================================= #=================================================
# GENERIC START # GENERIC START
#================================================= #=================================================