fix indention

This commit is contained in:
CanbiZ 2024-06-14 11:06:36 +02:00 committed by GitHub
parent 651260ba88
commit c847974039
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,6 @@ if (( $(df /boot | awk 'NR==2{gsub("%","",$5); print $5}') > 80 )); then
fi
RELEASE=$(wget -q https://github.com/gnmyt/myspeed/releases/latest -O - | grep "title>Release" | cut -d " " -f 5)
if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]]; then
msg_info "Stopping ${APP} Service"
systemctl stop myspeed
msg_ok "Stopped ${APP} Service"