Corrected group variable typo in entrypoint.sh
authorAdam Dullage <redacted>
Fri, 4 Aug 2023 13:31:46 +0000 (14:31 +0100)
committerGitHub <redacted>
Fri, 4 Aug 2023 13:31:46 +0000 (14:31 +0100)
entrypoint.sh

index 84e3b23913b6d94898145a023a1120b22c35c0df..224bd1633a6ea9f9ad05723442f4216205879f13 100644 (file)
@@ -28,7 +28,7 @@ echo "  - The note directory inside the Docker container has moved from /app/dat
 
 echo Starting flatnotes...
 cd ${APP_PATH}
-exec gosu ${PUID}:${GUID} \
+exec gosu ${PUID}:${PGID} \
   python -m \
   uvicorn \
   main:app \
git clone https://git.99rst.org/PROJECT