Skip to content
Snippets Groups Projects

Check in to the mirror network

Merged Alex Iribarren requested to merge checkin into master
3 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
0
@@ -47,6 +47,7 @@ elif [[ "${TOOL}" == "lftp" ]]; then
elif [[ "${TOOL}" == "quick-fedora-mirror" ]]; then
BINARY=/usr/bin/quick-fedora-mirror
echo $OPTIONS | tr " " "\n" | sed 's/#/ /g' > /etc/quick-fedora-mirror.conf
cat "CHECKIN_PASSWORD=$(cat /secrets/fedora_password)" >> /etc/quick-fedora-mirror.conf
else
RET=-1
cat << EOF | error | tee $OUTPUT
Loading