See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Program error
#14
Cool - Might have to look at that one too..


Quote:Maybe there can be a $DELAY and a new line of $DELAY2 where 2 has a longer duration and then edit the sleep delay on line 28 to $DELAY2 , it might work, to have two different durations allowing for the more text to read on that option,  I'll try it tomorrow, as I am tired for code now.


You should be able to as long as the variable is expressed... example
DELAY1=2
DELAY2=5
Then call out each specifically within the code..  ***Looks like you tried and it worked!!


You could also use sleep, which when scripting directly from the command line works well..
Example - but substitute in any commands, I may use a variant to watch interfaces or connected HBA cards where I would repeatedly re-run a command.
Code:
while true
do date
echo " "
sleep 3
done

This will display the Date and a blank line every 3 seconds

Keep it up!!!  ;D ;D
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Reply


Messages In This Thread
[SOLVED] Program error - by bitsnpcs - 02-15-2019, 10:11 AM
Re: [SOLVED] Program error - by firenice03 - 02-15-2019, 04:10 PM
Re: [SOLVED] Program error - by bitsnpcs - 02-15-2019, 08:00 PM
Re: [SOLVED] Program error - by bitsnpcs - 02-15-2019, 08:15 PM
Re: [SOLVED] Program error - by firenice03 - 02-15-2019, 11:10 PM
Re: [SOLVED] Program error - by bitsnpcs - 02-15-2019, 11:28 PM
Re: [SOLVED] Program error - by firenice03 - 02-19-2019, 01:10 AM
Re: [SOLVED] Program error - by bitsnpcs - 02-19-2019, 08:53 AM
Re: [SOLVED] Program error - by firenice03 - 02-19-2019, 04:42 PM
Re: [SOLVED] Program error - by bitsnpcs - 02-19-2019, 08:51 PM
Re: [SOLVED] Program error - by bitsnpcs - 02-19-2019, 10:17 PM
Re: [SOLVED] Program error - by bitsnpcs - 02-19-2019, 11:07 PM
Re: [SOLVED] Program error - by bitsnpcs - 02-20-2019, 01:55 AM
Re: [SOLVED] Program error - by firenice03 - 02-20-2019, 02:02 AM
Re: [SOLVED] Program error - by bitsnpcs - 02-20-2019, 02:16 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)