mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-08-09 20:14:04 +00:00
New init system (#216)
* new init system * update new init scripts * update checksum * fix broken audio promps with new init scripts * fix debug/upgrade mode * fix bonding and eth0 hw addr * add checksum * fix bonding setup * add rtsp auth disable * adjust network init scripts path * recreated repo and re added cron scripts (#211) * recreated repo and re added cron scripts * rename cron script and move it to the right folder. * Delete .vs directory remove .vs directory * add deubg message to bonding rc.d script * add crontab variable to wz_mini.conf * fix mp4write * add syslog debug feature * fix syslog init blocking * fix syslog save function * increase imp_helper rerun delay * update init scripts * fix bonding and usb-direct * update checksum * add netmon for bonding * fix supervisor function * update model detection * fix debugging injection on T20 devices Co-authored-by: sideup66 <47700565+sideup66@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ if [ -d /opt/wz_mini/tmp/log_gather ] ; then
|
||||
rm -rf /opt/wz_mini/tmp/log_gather
|
||||
create_dir
|
||||
else
|
||||
create_dir
|
||||
create_dir
|
||||
fi
|
||||
|
||||
echo "copy wz_mini logs"
|
||||
@@ -64,8 +64,8 @@ if [ -f /tmp/sd_check_result.txt ]; then
|
||||
fi
|
||||
|
||||
if [[ "$RTSP_PASSWORD" == "" ]]; then
|
||||
echo "password is blank in config"
|
||||
RTSP_PASSWORD=$(cat /opt/wz_mini/tmp/wlan0_mac)
|
||||
echo "password is blank in config"
|
||||
RTSP_PASSWORD=$(cat /opt/wz_mini/tmp/wlan0_mac)
|
||||
fi
|
||||
|
||||
cd /opt/wz_mini/tmp/log_gather
|
||||
|
Reference in New Issue
Block a user