Skip to content

Commit 5973917

Browse files
committed
renamed petrodactyl to gameservertech
1 parent 8e9a25e commit 5973917

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

database/cassandra/entrypoint.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ export INTERNAL_IP
1212
cd /home/container || exit 1
1313

1414
# Print Java version
15-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0mjava -version\n"
15+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0mjava -version\n"
1616
java -version
1717

1818

1919
# Print Python version
2020
if command -v python &> /dev/null
2121
then
22-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0mpython --version\n"
22+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0mpython --version\n"
2323
python --version
2424
else
25-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0mpython3 --version\n"
25+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0mpython3 --version\n"
2626
python3 --version
2727
fi
2828

@@ -33,6 +33,6 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
3333

3434
# Display the command we're running in the output, and then execute it with the env
3535
# from the container itself.
36-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
36+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0m%s\n" "$PARSED"
3737
# shellcheck disable=SC2086
3838
exec env ${PARSED}

dev/dart/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
3737

3838
# Display the command we're running in the output, and then execute it with the env
3939
# from the container itself.
40-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
40+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0m%s\n" "$PARSED"
4141
# shellcheck disable=SC2086
4242
exec env ${PARSED}

dev/erlang/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export INTERNAL_IP
1010
cd /home/container || exit 1
1111

1212
# Print Erlang's version
13-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0merl -noshell -eval 'erlang:display(erlang:system_info(system_version))' -eval 'init:stop()'\n"
13+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0merl -noshell -eval 'erlang:display(erlang:system_info(system_version))' -eval 'init:stop()'\n"
1414
erl -noshell -eval 'erlang:display(erlang:system_info(system_version))' -eval 'init:stop()'
1515

1616
# Convert all of the "{{VARIABLE}}" parts of the command into the expected shell
@@ -20,6 +20,6 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
2020

2121
# Display the command we're running in the output, and then execute it with the env
2222
# from the container itself.
23-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
23+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0m%s\n" "$PARSED"
2424
# shellcheck disable=SC2086
2525
exec env ${PARSED}

dev/go/entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
# SOFTWARE.
23-
#
23+
#
2424

2525
# Default the TZ environment variable to UTC.
2626
TZ=${TZ:-UTC}
@@ -34,7 +34,7 @@ export INTERNAL_IP
3434
cd /home/container || exit 1
3535

3636
# Print Go version
37-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0mgo version\n"
37+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0mgo version\n"
3838
go version
3939

4040
# Convert all of the "{{VARIABLE}}" parts of the command into the expected shell
@@ -44,6 +44,6 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
4444

4545
# Display the command we're running in the output, and then execute it with the env
4646
# from the container itself.
47-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
47+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0m%s\n" "$PARSED"
4848
# shellcheck disable=SC2086
4949
exec env ${PARSED}

dev/mono/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ fi
4444

4545
# Display the command we're running in the output, and then execute it with the env
4646
# from the container itself.
47-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
47+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0m%s\n" "$PARSED"
4848
# shellcheck disable=SC2086
4949
exec env ${PARSED}

games/staxel/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ Xvfb :0 -screen 0 1024x768x16 &
5050

5151
# Display the command we're running in the output, and then execute it with the env
5252
# from the container itself.
53-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
53+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0m%s\n" "$PARSED"
5454
# shellcheck disable=SC2086
5555
exec env ${PARSED}

java/base/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
3838

3939
# Display the command we're running in the output, and then execute it with the env
4040
# from the container itself.
41-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
41+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0m%s\n" "$PARSED"
4242
# shellcheck disable=SC2086
4343
exec env ${PARSED}

java/corretto/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
3838

3939
# Display the command we're running in the output, and then execute it with the env
4040
# from the container itself.
41-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
41+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0m%s\n" "$PARSED"
4242
# shellcheck disable=SC2086
4343
exec env ${PARSED}

java/shenandoah/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
3838

3939
# Display the command we're running in the output, and then execute it with the env
4040
# from the container itself.
41-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
41+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0m%s\n" "$PARSED"
4242
# shellcheck disable=SC2086
4343
exec env ${PARSED}

voice/teaspeak/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
2121

2222
# Display the command we're running in the output, and then execute it with the env
2323
# from the container itself.
24-
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
24+
printf "\033[1m\033[33mcontainer@gameservertech~ \033[0m%s\n" "$PARSED"
2525
# shellcheck disable=SC2086
2626
exec env ${PARSED}

0 commit comments

Comments
 (0)