Fix typo
This commit is contained in:
		
							parent
							
								
									c3461cd06d
								
							
						
					
					
						commit
						432a44be40
					
				| @ -49,7 +49,7 @@ while true ; do | |||||||
| 	read agentpid sentsize agentstatus < $PROGRESS_FILE | 	read agentpid sentsize agentstatus < $PROGRESS_FILE | ||||||
| 	if [ "x"$agentstatus = x ] ; then continue ; fi | 	if [ "x"$agentstatus = x ] ; then continue ; fi | ||||||
| 	if ! [ -e /proc/$agentpid ] ; then break ; fi | 	if ! [ -e /proc/$agentpid ] ; then break ; fi | ||||||
| 	if [ "x"$agentstatus = xdone ] ; then break ; fi | 	if [ "x"$agentstatus = xDONE ] ; then break ; fi | ||||||
| 	CURRSIZE=$(($sentsize/1024)) | 	CURRSIZE=$(($sentsize/1024)) | ||||||
| 	if [ $DO_PROGRESS = 1 ] ; then  | 	if [ $DO_PROGRESS = 1 ] ; then  | ||||||
| 		echo -ne "\r sent $CURRSIZE/$SIZE KB                   "  | 		echo -ne "\r sent $CURRSIZE/$SIZE KB                   "  | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Marek Marczykowski
						Marek Marczykowski