This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
Apq
/
mailcow-dockerized
mirror de
https://github.com/mailcow/mailcow-dockerized.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
[Config] Use #!/usr/bin/env bash for scritps, fixes
#2226
, thanks to @cptMikky
andryyy
6 anos atrás
pai
c3d67805a1
commit
2507a8fd31
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
generate_config.sh
1
1
update.sh
+ 1
- 1
generate_config.sh
Ver arquivo
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/
usr/
bin/
env
bash
set -o pipefail
+ 1
- 1
update.sh
Ver arquivo
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/
usr/
bin/
env
bash
#exit on error and pipefail
set -o pipefail