mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 03:01:21 -04:00
fix: update cron command for cronie
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
ba1dae3320
commit
b632612e7d
@ -6,7 +6,7 @@ if [ "$1" == "update" ]; then
|
||||
cd /app || exit 1
|
||||
exec su user -c "bash ./update.sh"
|
||||
elif [ "$1" == "cron" ]; then
|
||||
exec cron -f
|
||||
exec crond -f
|
||||
else
|
||||
exec "$@"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user