mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update fstrim.sh (#4101)
Shell option missing, needed to be able to NO/CANCEL the whiptail dialog box. Without it, the script the NO/CANCEL is without funktion and the script will proceed This shell option is used in the other scripts, but here it is missing.
This commit is contained in:
		@@ -17,7 +17,7 @@ function header_info() {
 | 
				
			|||||||
                    /____/
 | 
					                    /____/
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					set -eEuo pipefail
 | 
				
			||||||
BL=$(echo "\033[36m")
 | 
					BL=$(echo "\033[36m")
 | 
				
			||||||
RD=$(echo "\033[01;31m")
 | 
					RD=$(echo "\033[01;31m")
 | 
				
			||||||
CM='\xE2\x9C\x94\033'
 | 
					CM='\xE2\x9C\x94\033'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user