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 @@ -233,8 +233,10 @@ datum=$(date +"%y%d%m%H%M")
233
233
echo $datum
234
234
sleep 30
235
235
FILE=/www/luci-static/bootstrap/OCR-A.ttf
236
+ echo $datum >> /root/install_customice.log
236
237
if [ ! -f " $FILE " ]
237
238
then
239
+ echo ' file not found - download' >> /root/install_customice.log
238
240
if [ " $( ls /www/luci-static/bootstrap/c* .css) " != " " ]
239
241
then
240
242
processes=$( rm /www/luci-static/bootstrap/c* .css)
Original file line number Diff line number Diff line change @@ -233,8 +233,10 @@ datum=$(date +"%y%d%m%H%M")
233
233
echo $datum
234
234
sleep 30
235
235
FILE=/www/luci-static/bootstrap/OCR-A.ttf
236
+ echo $datum >> /root/install_customice.log
236
237
if [ ! -f " $FILE " ]
237
238
then
239
+ echo ' file not found - download' >> /root/install_customice.log
238
240
if [ " $( ls /www/luci-static/bootstrap/c* .css) " != " " ]
239
241
then
240
242
processes=$( rm /www/luci-static/bootstrap/c* .css)
You can’t perform that action at this time.
0 commit comments