Skip to content

Commit

Permalink
Remove test exit
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix authored Nov 24, 2023
1 parent 253d145 commit 0369925
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ if [[ $(lscpu | grep 'Model name:' | sed 's/Model name:[[:space:]]*//g') = "Comm
exit 1
fi

exit 0

if [[ "$CURRENTUID" -ne "0" ]]; then
printf "${MSGERROR} Current user is not root (%s)\\nPass your user and group to the container using the PGID and PUID environment variables\\nDo not use the --user flag (or user: field in Docker Compose)\\n" "$CURRENTUID"
exit 1
Expand Down

0 comments on commit 0369925

Please sign in to comment.