Compare commits

..

No commits in common. "41ed6d8df92f4965a559bdb456e6d0e2e629b091" and "7680982315274c598d0e487288c014f6f2c3f0a5" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,6 @@ 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

View File

@ -24,6 +24,7 @@ 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