Skip to content
Snippets Groups Projects
Verified Commit 46913896 authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Stupid mistake

parent 0f70a107
Branches
Tags
1 merge request!30Stupid mistake
Pipeline #3072819 canceled
......@@ -47,7 +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
echo "CHECKIN_PASSWORD=$(cat /secrets/fedora_password)" >> /etc/quick-fedora-mirror.conf
else
RET=-1
cat << EOF | error | tee $OUTPUT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment