docker/entrypoint.sh aktualisiert

This commit is contained in:
2026-08-26 11:30:39 +02:00
parent 6801215b27
commit f6468496aa
+1 -1
View File
@@ -10,7 +10,7 @@ set -euo pipefail
log() { echo "[entrypoint] $(date '+%Y-%m-%d %H:%M:%S') $*"; }
run_once() {
/opt/rpm-mirror/sync.sh
/usr/local/bin/sync.sh
}
if [[ "$RUN_ONCE" == "true" ]]; then