dd
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline failed
ci/woodpecker/push/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-07-30 14:19:03 +02:00
parent d4ad2d3394
commit 3b53e6595f

View file

@ -23,7 +23,7 @@ if ! [ -f "$HOME/.git-credentials" ]; then
echo -e "${YELLOW}~/.git-credentials not found!${RESET}" echo -e "${YELLOW}~/.git-credentials not found!${RESET}"
fi fi
if ! [[ $(id -u) -eq "1000" ]]; then if ! [[ $(id -u) -eq "1000" ]]; then
echo -e "${RED}Wrong UID (!=1000)${RESET}" echo -e "${RED}Wrong UID! (!=1000)${RESET}"
exit 1 exit 1
fi fi