diff options
Diffstat (limited to '')
-rwxr-xr-x | bin/pmove.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pmove.sh b/bin/pmove.sh index 225c94a..be70e04 100755 --- a/bin/pmove.sh +++ b/bin/pmove.sh @@ -17,7 +17,7 @@ CURDIR="${PWD}" HOST="$(hostname -f)" UPLOAD="/srv/${HOST}/upload" -for ARCHITECTURE in amd64 arm64 armel armhf i386 all +for ARCHITECTURE in amd64 arm64 i386 all do if ! ls ${UPLOAD}/*_${ARCHITECTURE}.changes > /dev/null 2>&1 then |