mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update latest-update-menu.sh
This commit is contained in:
		
							parent
							
								
									b1b3987882
								
							
						
					
					
						commit
						f78e5820bd
					
				| 
						 | 
					@ -22,7 +22,7 @@ echo -e "\e[1;92m Installing runlike... \e[0m"
 | 
				
			||||||
pip3 install runlike &>/dev/null 
 | 
					pip3 install runlike &>/dev/null 
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
echo -e "\e[1;92m Creating Update Script... \e[0m"
 | 
					echo -e "\e[1;92m Creating Update Script... \e[0m"
 | 
				
			||||||
if [ -f /root/hass_config ]; then
 | 
					if [ -d /root/hass_config/ ]; then
 | 
				
			||||||
echo -e "\e[1;92m There's Already (hass_config) Folder! \e[0m"
 | 
					echo -e "\e[1;92m There's Already (hass_config) Folder! \e[0m"
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
mkdir /root/hass_config
 | 
					mkdir /root/hass_config
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue