diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 1838af76..8f4d2271 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -30,7 +30,7 @@ post_build() { mv *${DATESTAMP}*.iso* /home/buildsync/builds/x86/ fi cd /release/buildroot/x86-dev/builds/hardened - if [ -n "$(ls -1 stage3-i686-*${DATESTAMP}*.bz2.* 2>/dev/null)" ]; then - mv stage3-i686-*${DATESTAMP}*.bz2.* /home/buildsync/builds/x86/hardened/ + if [ -n "$(ls -1 stage3-i686-*${DATESTAMP}*.bz2* 2>/dev/null)" ]; then + mv stage3-i686-*${DATESTAMP}*.bz2* /home/buildsync/builds/x86/hardened/ fi }