Skip to content

Commit 3d05515

Browse files
committed
Replacing #!/usr/bin/with-contenv with #!/command/with-contenv
* Change is required by upgrade procedure from 2.x to 3.x for s6-overlay
1 parent ee5a657 commit 3d05515

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

alpinelinux/root/etc/cont-init.d/01-adduser.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/with-contenv bash
1+
#!/command/with-contenv bash
22
# shellcheck shell=bash
33

44
set -eu

alpinelinux/root/etc/cont-init.d/10-create-dirs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/with-contenv bash
1+
#!/command/with-contenv bash
22
# shellcheck shell=bash
33

44
# This cont-init script is responsible for creating the directory structure required

alpinelinux/root/etc/cont-init.d/20-set-logging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/with-contenv bash
1+
#!/command/with-contenv bash
22
# shellcheck shell=bash
33

44
# This cont-init will only be applied if ACMESH_DAEMON is set to "1" which implies

alpinelinux/root/etc/cont-init.d/98-set-permissions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/with-contenv bash
1+
#!/command/with-contenv bash
22
# shellcheck shell=bash
33

44
# This cont-init script is responsible for setting the correct permissions on files

alpinelinux/root/etc/cont-init.d/99-set-services.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/with-contenv bash
1+
#!/command/with-contenv bash
22
# shellcheck shell=bash
33

44
# This cont-init script will remove the service directory if the daemon is not being

alpinelinux/root/etc/services.d/acmesh-renewal/log/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/with-contenv bash
1+
#!/command/with-contenv bash
22
# shellcheck shell=bash
33

44
# This service script sets up logging service to capture stdin logs

alpinelinux/root/etc/services.d/acmesh-renewal/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/with-contenv bash
1+
#!/command/with-contenv bash
22
# shellcheck shell=bash
33

44
set -eu

alpinelinux/root/usr/local/bin/acmesh-renewal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/with-contenv bash
1+
#!/command/with-contenv bash
22
# shellcheck shell=bash
33

44
# This service script is the acme.sh renewal daemon that performs the renewal check

0 commit comments

Comments
 (0)