Update operating-systems/debian/entrypoint.sh
Some checks failed
build containers / Build Container Image: container:${{ matrix.operating-systems }} (debian) (push) Has been cancelled

This commit is contained in:
2024-07-24 09:13:52 +00:00
parent f7065b1835
commit e37673b5ef

View File

@@ -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@pterodactyl~ \033[0m%s\n" "$PARSED"
printf "\033[1m\033[33mcontainer@container~ \033[0m%s\n" "$PARSED"
# shellcheck disable=SC2086
exec env ${PARSED}