forked from sig_core/toolkit
generating the list in the wrong place
This commit is contained in:
parent
531db56b25
commit
94a530f4b5
@ -18,7 +18,7 @@ if [ $ret_val -eq "0" ]; then
|
|||||||
echo "Generating filelist for quick-fedora-mirror users"
|
echo "Generating filelist for quick-fedora-mirror users"
|
||||||
if [[ -f /usr/local/bin/create-filelist ]]; then
|
if [[ -f /usr/local/bin/create-filelist ]]; then
|
||||||
# We're already here, but Justin Case wanted this
|
# We're already here, but Justin Case wanted this
|
||||||
cd "${PRODUCTION_ROOT}/" || { echo "Failed to change directory"; exit 1; }
|
cd "${PRODUCTION_ROOT}/${SIG_CATEGORY_STUB}" || { echo "Failed to change directory"; exit 1; }
|
||||||
/bin/cp fullfiletimelist-sig fullfiletimelist-sig-old
|
/bin/cp fullfiletimelist-sig fullfiletimelist-sig-old
|
||||||
/usr/local/bin/create-filelist > fullfiletimelist-sig
|
/usr/local/bin/create-filelist > fullfiletimelist-sig
|
||||||
cp fullfiletimelist-sig fullfiletimelist
|
cp fullfiletimelist-sig fullfiletimelist
|
||||||
|
Loading…
Reference in New Issue
Block a user