mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update build.func
tweak
This commit is contained in:
		@@ -75,7 +75,7 @@ msg_error() {
 | 
				
			|||||||
shell_check() {
 | 
					shell_check() {
 | 
				
			||||||
  if [[ "$(basename "$SHELL")" != "bash" ]]; then
 | 
					  if [[ "$(basename "$SHELL")" != "bash" ]]; then
 | 
				
			||||||
    clear
 | 
					    clear
 | 
				
			||||||
    msg_error "Your current shell is not Bash. To utilize these scripts, please switch to the Bash shell."
 | 
					    msg_error "Your default shell is currently not set to Bash. To use these scripts, please switch to the Bash shell."
 | 
				
			||||||
    echo -e "\nExiting..."
 | 
					    echo -e "\nExiting..."
 | 
				
			||||||
    sleep 2
 | 
					    sleep 2
 | 
				
			||||||
    exit
 | 
					    exit
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user