This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[Config] Use #!/usr/bin/env bash for scritps, fixes
#2226
, thanks to @cptMikky
andryyy
6 years ago
parent
c3d67805a1
commit
2507a8fd31
2 changed files
with
2 additions
and
2 deletions
Unified View
Show Diff Stats
1
1
generate_config.sh
1
1
update.sh
+ 1
- 1
generate_config.sh
View File
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/
usr/
bin/
env
bash
set -o pipefail
set -o pipefail
+ 1
- 1
update.sh
View File
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/
usr/
bin/
env
bash
#exit on error and pipefail
#exit on error and pipefail
set -o pipefail
set -o pipefail