debug 3
This commit is contained in:
		
							
								
								
									
										10
									
								
								deck.sh
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								deck.sh
									
									
									
									
									
								
							@@ -38,12 +38,12 @@ SFTP_PASS=
 | 
			
		||||
SFTP_START=/mnt/dalek
 | 
			
		||||
FILE_PATH=$(pwd)
 | 
			
		||||
 | 
			
		||||
SIZE=$(stty size)
 | 
			
		||||
WIDTH=$(printf "$SIZE" | cut -d' ' -f2)
 | 
			
		||||
if [ "$WIDTH" = "" ]; then
 | 
			
		||||
#SIZE=$(stty size)
 | 
			
		||||
#WIDTH=$(printf "$SIZE" | cut -d' ' -f2)
 | 
			
		||||
#if [ "$WIDTH" = "" ]; then
 | 
			
		||||
    WIDTH=1000
 | 
			
		||||
HEIGHT=$(printf "$SIZE" | cut -d' ' -f1)
 | 
			
		||||
if [ "$HEIGHT" = "" ]; then
 | 
			
		||||
#HEIGHT=$(printf "$SIZE" | cut -d' ' -f1)
 | 
			
		||||
#if [ "$HEIGHT" = "" ]; then
 | 
			
		||||
    HEIGHT=1000
 | 
			
		||||
# echo $WIDTH $HEIGHT 
 | 
			
		||||
oldifs=$IFS
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user