mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "41ed6d8df92f4965a559bdb456e6d0e2e629b091" and "7680982315274c598d0e487288c014f6f2c3f0a5" have entirely different histories.
41ed6d8df9
...
7680982315
|
@ -91,7 +91,6 @@ After=network-online.target
|
|||
Type=simple
|
||||
WorkingDirectory=/root/.homeassistant
|
||||
ExecStart=/srv/homeassistant/bin/hass -c "/root/.homeassistant"
|
||||
Restart=always
|
||||
RestartForceExitStatus=100
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -24,6 +24,7 @@ CM='\xE2\x9C\x94\033'
|
|||
GN=$(echo "\033[1;92m")
|
||||
CL=$(echo "\033[m")
|
||||
header_info
|
||||
echo -e "\n ${RD} USE AT YOUR OWN RISK. Deleting logs/cache may result in some apps/services broken!${CL} \n"
|
||||
while true; do
|
||||
read -p "This Will Clean logs, cache and update apt lists on all LXC Containers. Proceed(y/n)?" yn
|
||||
case $yn in
|
||||
|
|
Loading…
Reference in New Issue