chore: remove unused stuff

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-04-24 17:10:28 +02:00
parent 760597b427
commit 3e9b17b401
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951
2 changed files with 0 additions and 13 deletions

View File

@ -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

View File

@ -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