Skip to content

Commit

Permalink
Setting execute bit on alpinelinux cont-init.d scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
komailo committed Feb 28, 2022
1 parent 7f86357 commit ee5a657
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Empty file modified alpinelinux/root/etc/cont-init.d/01-adduser.sh
100644 → 100755
Empty file.
Empty file modified alpinelinux/root/etc/cont-init.d/10-create-dirs.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion alpinelinux/root/etc/cont-init.d/20-set-logging.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ -v ACMESH_DAEMON ] && [[ $ACMESH_DAEMON == "1" ]]; then
echo "** Setting up logging for daemon"

if ! [ -v S6_LOGGING_SCRIPT ]; then
printf "n30 s10000000 S15000000 T !'gzip -nq9'" >/var/run/s6/container_environment/S6_LOGGING_SCRIPT
printf 'n30 s10000000 S15000000 T !"gzip -nq9"' >/var/run/s6/container_environment/S6_LOGGING_SCRIPT
fi

mkdir -p "$LE_LOG_DIR"
Expand Down
Empty file modified alpinelinux/root/etc/cont-init.d/99-set-services.sh
100644 → 100755
Empty file.

0 comments on commit ee5a657

Please sign in to comment.