Minicleanup in do_push
This commit is contained in:
parent
4d1f2999f1
commit
56356a8315
1 changed files with 4 additions and 4 deletions
|
@ -733,12 +733,14 @@ EOF
|
|||
then
|
||||
PUT "$URL" "$pack_id" "$TmpPack_Encrypted"
|
||||
fi
|
||||
rm -f "$TmpPack_Encrypted"
|
||||
rm -f "$TmpObjlist"
|
||||
|
||||
# Upload manifest
|
||||
PUT "$URL" "$Manifestfile" "$TmpManifest_Enc"
|
||||
|
||||
rm -f "$TmpPack_Encrypted"
|
||||
rm -f "$TmpObjlist"
|
||||
rm -f "$TmpManifest_Enc"
|
||||
|
||||
# Delete packs
|
||||
if isnonnull "$pack_delete"; then
|
||||
REMOVE "$URL" "$(xecho "$pack_delete" | while read packline_
|
||||
|
@ -751,8 +753,6 @@ EOF
|
|||
|
||||
PUT_FINAL "$URL"
|
||||
|
||||
rm -f "$TmpManifest_Enc"
|
||||
|
||||
# ok all updates
|
||||
xecho "$1" | while read line_
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue