mirror of https://github.com/tteck/Proxmox.git
Compare commits
2 Commits
7680982315
...
41ed6d8df9
Author | SHA1 | Date |
---|---|---|
|
41ed6d8df9 | |
|
c542221883 |
|
@ -91,6 +91,7 @@ After=network-online.target
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/root/.homeassistant
|
WorkingDirectory=/root/.homeassistant
|
||||||
ExecStart=/srv/homeassistant/bin/hass -c "/root/.homeassistant"
|
ExecStart=/srv/homeassistant/bin/hass -c "/root/.homeassistant"
|
||||||
|
Restart=always
|
||||||
RestartForceExitStatus=100
|
RestartForceExitStatus=100
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -24,7 +24,6 @@ CM='\xE2\x9C\x94\033'
|
||||||
GN=$(echo "\033[1;92m")
|
GN=$(echo "\033[1;92m")
|
||||||
CL=$(echo "\033[m")
|
CL=$(echo "\033[m")
|
||||||
header_info
|
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
|
while true; do
|
||||||
read -p "This Will Clean logs, cache and update apt lists on all LXC Containers. Proceed(y/n)?" yn
|
read -p "This Will Clean logs, cache and update apt lists on all LXC Containers. Proceed(y/n)?" yn
|
||||||
case $yn in
|
case $yn in
|
||||||
|
|
Loading…
Reference in New Issue