Skip to content

Commit

Permalink
clean-up user
Browse files Browse the repository at this point in the history
  • Loading branch information
habibimustafa authored Oct 10, 2023
1 parent cf8c7fe commit f7a5ba4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/bin/bash

if [ ! -z "$AGRSUSER" ]; then
usermod -u $AGRSUSER assistest
fi

rm -f /home/assistest/reports/report.json || true
chown -R assistest:assistest /home/assistest/student-app
exec gosu assistest "$@"

0 comments on commit f7a5ba4

Please sign in to comment.