Revert back to not named entrypoints
This commit is contained in:
@@ -41,7 +41,7 @@ fi
|
|||||||
# Set the files ownership.
|
# Set the files ownership.
|
||||||
chown $UID.$GID -R /home/seafuser/supervisord.conf
|
chown $UID.$GID -R /home/seafuser/supervisord.conf
|
||||||
chown $UID.$GID -R /home/seafuser/infinite-seaf-cli-start.sh
|
chown $UID.$GID -R /home/seafuser/infinite-seaf-cli-start.sh
|
||||||
chown $UID.$GID -R /home/seafuser/seafile-entrypoint.sh
|
chown $UID.$GID -R /home/seafuser/entrypoint.sh
|
||||||
chown $UID.$GID -R /volume
|
chown $UID.$GID -R /volume
|
||||||
|
|
||||||
# Run the Seafile client as the container user.
|
# Run the Seafile client as the container user.
|
||||||
@@ -51,5 +51,5 @@ su - $UNAME << EO
|
|||||||
export SEAF_PASSWORD=$SEAF_PASSWORD
|
export SEAF_PASSWORD=$SEAF_PASSWORD
|
||||||
export SEAF_LIBRARY_UUID=$SEAF_LIBRARY_UUID
|
export SEAF_LIBRARY_UUID=$SEAF_LIBRARY_UUID
|
||||||
export UNAME=$UNAME
|
export UNAME=$UNAME
|
||||||
/bin/bash /home/seafuser/seafile-entrypoint.sh
|
/bin/bash /home/seafuser/entrypoint.sh
|
||||||
EO
|
EO
|
||||||
Reference in New Issue
Block a user