rm didn't work if the file was already uploaded
This commit is contained in:
		
							
								
								
									
										13
									
								
								sup
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								sup
									
									
									
									
									
								
							@@ -88,7 +88,7 @@ sup.upload() {
 | 
			
		||||
	if ! (( $? )); then
 | 
			
		||||
		printf '%s\n' "$file_url"
 | 
			
		||||
	else
 | 
			
		||||
		if curl -sL \
 | 
			
		||||
		curl -sL \
 | 
			
		||||
			-F file="@$file" \
 | 
			
		||||
			-F upload_mode='api' \
 | 
			
		||||
			-F flag_private="$flag_private" \
 | 
			
		||||
@@ -98,15 +98,16 @@ sup.upload() {
 | 
			
		||||
			-F submit="" \
 | 
			
		||||
			-A 'zerofiles.org upload script' \
 | 
			
		||||
			"$cfg_service_url/upload"
 | 
			
		||||
		then
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
	if (( $? )); then
 | 
			
		||||
		sup.err 'Something has gone wrong with the upload.'
 | 
			
		||||
		return 7
 | 
			
		||||
	else
 | 
			
		||||
		if (( flag_rm )); then
 | 
			
		||||
			sup.msg "Removing file: $file"
 | 
			
		||||
			rm "$file"
 | 
			
		||||
		fi
 | 
			
		||||
		else
 | 
			
		||||
			sup.err 'Something has gone wrong with the upload.'
 | 
			
		||||
			return 7
 | 
			
		||||
		fi
 | 
			
		||||
	fi
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user