This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
Apq
/
mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
[Config] Use #!/usr/bin/env bash for scritps, fixes
#2226
, thanks to @cptMikky
andryyy
6 năm trước cách đây
mục cha
c3d67805a1
commit
2507a8fd31
2 tập tin đã thay đổi
với
2 bổ sung
và
2 xóa
Split View
Hiển thị tình trạng sai khác
1
1
generate_config.sh
1
1
update.sh
+ 1
- 1
generate_config.sh
Xem Tập Tin
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/
usr/
bin/
env
bash
set -o pipefail
+ 1
- 1
update.sh
Xem Tập Tin
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/
usr/
bin/
env
bash
#exit on error and pipefail
set -o pipefail