Bläddra i källkod

update debug info

Alfonso Gamboa 3 år sedan
förälder
incheckning
449e3eb652
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      SD_ROOT/wz_mini/etc/init.d/wz_user.sh

+ 1 - 1
SD_ROOT/wz_mini/etc/init.d/wz_user.sh

@@ -34,7 +34,7 @@ hostname_set() {
 
 first_run_check() {
 	if [[ -e /opt/wz_mini/tmp/.wz_user_firstrun ]]; then
-	echo "run_mmc.sh already run once, exit."
+	echo "wz_user.sh already run once, exit."
 	exit 0
 	fi
 }