From 1d1a8e16adf5acbf90b580429e7e6cc86b1142e7 Mon Sep 17 00:00:00 2001 From: Softwarenoob Date: Sun, 13 Jun 2021 17:39:14 +0300 Subject: [PATCH] Test commit to trigger workflow --- alpine/entrypoint.sh | 3 +-- games/fivem/entrypoint.sh | 2 +- games/source/entrypoint.sh | 2 +- go/entrypoint.sh | 2 +- installers/source/Dockerfile | 2 +- java/entrypoint.sh | 2 +- nodejs/entrypoint.sh | 2 +- python/entrypoint.sh | 2 +- 8 files changed, 8 insertions(+), 9 deletions(-) diff --git a/alpine/entrypoint.sh b/alpine/entrypoint.sh index 602caec..1777abc 100644 --- a/alpine/entrypoint.sh +++ b/alpine/entrypoint.sh @@ -42,5 +42,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat # from the container itself. printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED" # shellcheck disable=SC2086 -exec env ${PARSED} - +exec env ${PARSED} \ No newline at end of file diff --git a/games/fivem/entrypoint.sh b/games/fivem/entrypoint.sh index 504bf94..1777abc 100644 --- a/games/fivem/entrypoint.sh +++ b/games/fivem/entrypoint.sh @@ -42,4 +42,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat # from the container itself. printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED" # shellcheck disable=SC2086 -exec env ${PARSED} +exec env ${PARSED} \ No newline at end of file diff --git a/games/source/entrypoint.sh b/games/source/entrypoint.sh index d5cfc60..008f172 100644 --- a/games/source/entrypoint.sh +++ b/games/source/entrypoint.sh @@ -42,4 +42,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat # from the container itself. printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED" # shellcheck disable=SC2086 -exec env ${PARSED} +exec env ${PARSED} \ No newline at end of file diff --git a/go/entrypoint.sh b/go/entrypoint.sh index 3e7121a..ffd6ad3 100644 --- a/go/entrypoint.sh +++ b/go/entrypoint.sh @@ -46,4 +46,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat # from the container itself. printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED" # shellcheck disable=SC2086 -exec env ${PARSED} +exec env ${PARSED} \ No newline at end of file diff --git a/installers/source/Dockerfile b/installers/source/Dockerfile index 63ec74f..5ad2e12 100644 --- a/installers/source/Dockerfile +++ b/installers/source/Dockerfile @@ -32,4 +32,4 @@ ENV DEBIAN_FRONTEND=noninteractive RUN dpkg --add-architecture i386 \ && apt update \ && apt upgrade -y \ - && apt -y --no-install-recommends install ca-certificates curl lib32gcc1 libsdl2-2.0-0:i386 git + && apt -y --no-install-recommends install ca-certificates curl lib32gcc1 libsdl2-2.0-0:i386 git \ No newline at end of file diff --git a/java/entrypoint.sh b/java/entrypoint.sh index 81c3e29..d46d009 100644 --- a/java/entrypoint.sh +++ b/java/entrypoint.sh @@ -46,4 +46,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat # from the container itself. printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED" # shellcheck disable=SC2086 -exec env ${PARSED} +exec env ${PARSED} \ No newline at end of file diff --git a/nodejs/entrypoint.sh b/nodejs/entrypoint.sh index 7904c58..cfa2007 100644 --- a/nodejs/entrypoint.sh +++ b/nodejs/entrypoint.sh @@ -46,4 +46,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat # from the container itself. printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED" # shellcheck disable=SC2086 -exec env ${PARSED} +exec env ${PARSED} \ No newline at end of file diff --git a/python/entrypoint.sh b/python/entrypoint.sh index 8f009ee..0f0c6e8 100644 --- a/python/entrypoint.sh +++ b/python/entrypoint.sh @@ -46,4 +46,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat # from the container itself. printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED" # shellcheck disable=SC2086 -exec env ${PARSED} +exec env ${PARSED} \ No newline at end of file