This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Apq
/
mailcow-dockerized
espejo de
https://github.com/mailcow/mailcow-dockerized.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
[Config] Use #!/usr/bin/env bash for scritps, fixes
#2226
, thanks to @cptMikky
andryyy
hace 6 años
padre
c3d67805a1
commit
2507a8fd31
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
generate_config.sh
1
1
update.sh
+ 1
- 1
generate_config.sh
Ver fichero
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/
usr/
bin/
env
bash
set -o pipefail
+ 1
- 1
update.sh
Ver fichero
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/
usr/
bin/
env
bash
#exit on error and pipefail
set -o pipefail