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
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:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# 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
|
# Display the command we're running in the output, and then execute it with the env
|
||||||
# from the container itself.
|
# 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
|
# shellcheck disable=SC2086
|
||||||
exec env ${PARSED}
|
exec env ${PARSED}
|
||||||
Reference in New Issue
Block a user