Skip to content

Commit 05947f0

Browse files
committed
log file
1 parent 7eb1120 commit 05947f0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Install/customize_firmware.sh

+2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,10 @@ datum=$(date +"%y%d%m%H%M")
233233
echo $datum
234234
sleep 30
235235
FILE=/www/luci-static/bootstrap/OCR-A.ttf
236+
echo $datum >> /root/install_customice.log
236237
if [ ! -f "$FILE" ]
237238
then
239+
echo 'file not found - download' >> /root/install_customice.log
238240
if [ "$(ls /www/luci-static/bootstrap/c*.css)" != "" ]
239241
then
240242
processes=$(rm /www/luci-static/bootstrap/c*.css)

customize_firmware.sh

+2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,10 @@ datum=$(date +"%y%d%m%H%M")
233233
echo $datum
234234
sleep 30
235235
FILE=/www/luci-static/bootstrap/OCR-A.ttf
236+
echo $datum >> /root/install_customice.log
236237
if [ ! -f "$FILE" ]
237238
then
239+
echo 'file not found - download' >> /root/install_customice.log
238240
if [ "$(ls /www/luci-static/bootstrap/c*.css)" != "" ]
239241
then
240242
processes=$(rm /www/luci-static/bootstrap/c*.css)

0 commit comments

Comments
 (0)