File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -465,6 +465,8 @@ cat << EOF > /etc/rc.local
465
465
rm /root/customize_firmware.sh >> /root/install_rc_local.log
466
466
exit 0
467
467
fi
468
+ echo '$( date) ' >> /root/install_rc_local.log
469
+ cat /etc/rc.local >> /root/install_rc_local.log
468
470
rm /etc/rc.local >> /root/install_rc_local.log
469
471
echo "" > /www/phpinfo.php
470
472
echo "exit 0" > /etc/rc.local
Original file line number Diff line number Diff line change @@ -465,6 +465,8 @@ cat << EOF > /etc/rc.local
465
465
rm /root/customize_firmware.sh >> /root/install_rc_local.log
466
466
exit 0
467
467
fi
468
+ echo '$( date) ' >> /root/install_rc_local.log
469
+ cat /etc/rc.local >> /root/install_rc_local.log
468
470
rm /etc/rc.local >> /root/install_rc_local.log
469
471
echo "" > /www/phpinfo.php
470
472
echo "exit 0" > /etc/rc.local
You can’t perform that action at this time.
0 commit comments