update debug info

This commit is contained in:
Alfonso Gamboa 2022-06-12 00:29:13 -07:00
parent 8309df4d2e
commit 449e3eb652

View File

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