docker/entrypoint.sh aktualisiert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user