Avorix-Domain-Controller icon indicating copy to clipboard operation
Avorix-Domain-Controller copied to clipboard

Reboot after Update

Open pramoino opened this issue 6 years ago • 4 comments

Every time I try to run the script it just does a system update then reboots the pi without doing any other work.

pramoino avatar Jun 24 '18 18:06 pramoino

have the same issue, somewhere there is the error: https://github.com/RHeijmann/Avorix-Domain-Controller/blob/55ce16b03928d3873c05d951d7617b2626d2d997/Install-DC.sh#L886-L912

RealFriesi avatar Jul 03 '18 16:07 RealFriesi

Thank you for leaving comment. I'm sorry if I'm way too late. I will try and reproduce this error.

Riktastic avatar Dec 14 '18 08:12 Riktastic

I think you should do the following replaces:

  1. all grep -c "ok installed")" -eq 0 with grep -c "ok installed")" -eq 1
  2. all "$PM_INSTALL" with $PM_INSTALL without "

hoetzgit avatar Dec 22 '18 16:12 hoetzgit

Did this get fixed, as I have the same problem?

johnhart96 avatar May 05 '20 15:05 johnhart96