fix indention

pull/3195/head
CanbiZ 1 year ago committed by GitHub
parent 651260ba88
commit c847974039
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      ct/myspeed.sh

@ -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"

Loading…
Cancel
Save