Skip to content

Commit

Permalink
Replacing #!/usr/bin/with-contenv with #!/command/with-contenv
Browse files Browse the repository at this point in the history
* Change is required by upgrade procedure from 2.x to 3.x for s6-overlay
  • Loading branch information
komailo committed Feb 28, 2022
1 parent ee5a657 commit 3d05515
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion alpinelinux/root/etc/cont-init.d/01-adduser.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
# shellcheck shell=bash

set -eu
Expand Down
2 changes: 1 addition & 1 deletion alpinelinux/root/etc/cont-init.d/10-create-dirs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
# shellcheck shell=bash

# This cont-init script is responsible for creating the directory structure required
Expand Down
2 changes: 1 addition & 1 deletion alpinelinux/root/etc/cont-init.d/20-set-logging.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
# shellcheck shell=bash

# This cont-init will only be applied if ACMESH_DAEMON is set to "1" which implies
Expand Down
2 changes: 1 addition & 1 deletion alpinelinux/root/etc/cont-init.d/98-set-permissions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
# shellcheck shell=bash

# This cont-init script is responsible for setting the correct permissions on files
Expand Down
2 changes: 1 addition & 1 deletion alpinelinux/root/etc/cont-init.d/99-set-services.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
# shellcheck shell=bash

# This cont-init script will remove the service directory if the daemon is not being
Expand Down
2 changes: 1 addition & 1 deletion alpinelinux/root/etc/services.d/acmesh-renewal/log/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
# shellcheck shell=bash

# This service script sets up logging service to capture stdin logs
Expand Down
2 changes: 1 addition & 1 deletion alpinelinux/root/etc/services.d/acmesh-renewal/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
# shellcheck shell=bash

set -eu
Expand Down
2 changes: 1 addition & 1 deletion alpinelinux/root/usr/local/bin/acmesh-renewal.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
# shellcheck shell=bash

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

0 comments on commit 3d05515

Please sign in to comment.