Parcourir la source

fix(update): correct script path in tip

(cherry picked from commit c4d2834296f6877d33e2c7a9be295dda978f3f2d)
uynhi il y a 2 ans
Parent
commit
b3ccfc9d0e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      root/usr/share/unblockneteasemusic/update.sh

+ 1 - 1
root/usr/share/unblockneteasemusic/update.sh

@@ -99,6 +99,6 @@ case "$1" in
 		rm -rf "$UNM_DIR/core" "$UNM_DIR/core_local_ver" "$LOCK"
 		;;
 	*)
-		echo -e "Usage: $0/update.sh update_core | remove_core"
+		echo -e "Usage: $0 update_core | remove_core"
 		;;
 esac