Skip to content

Commit

Permalink
misc: add start message to docker entry script
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Dec 24, 2023
1 parent 05f770b commit 7f4e783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerentry.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

echo "Started Shoko Server bootstrapping process…"

# Set variable for the UID and GID based on env, else use default values
PUID=${PUID:-1000}
PGID=${PGID:-100}
Expand Down

0 comments on commit 7f4e783

Please sign in to comment.