mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 03:01:21 -04:00
chore: remove unused stuff
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
760597b427
commit
3e9b17b401
@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
echo -n "Launch args: "
|
||||
echo "$@"
|
||||
|
||||
if [ "$1" == "update" ]; then
|
||||
cd /app || exit 1
|
||||
exec su user -c "bash ./update.sh"
|
||||
elif [ "$1" == "cron" ]; then
|
||||
exec crond -f
|
||||
else
|
||||
exec "$@"
|
||||
fi
|
@ -1 +0,0 @@
|
||||
0 * * * * PATH=$PATH:/usr/bin:/usr/local/bin /usr/local/bin/entrypoint update > /proc/1/fd/1 2>/proc/1/fd/2
|
Loading…
x
Reference in New Issue
Block a user