Update operating-systems/debian-steamcmd/entrypoint.sh
Some checks are pending
Build Container: Debian SteamCMD / Build Container Image: container:debian-steamcmd (debian-steamcmd) (push) Waiting to run

This commit is contained in:
2024-07-24 10:22:42 +00:00
parent 0f5628014f
commit c404ee1edb

View File

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2024 William Gill
# Copyright (c) 2021 Matthew Penner
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -63,6 +63,6 @@ fi
# Display the command we're running in the output, and then execute it with the env
# from the container itself.
printf "\033[1m\033[33mcontainer@container~ \033[0m%s\n" "$PARSED"
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
# shellcheck disable=SC2086
exec env ${PARSED}