WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] sce-debpurge first run error  (Read 2415 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
[SOLVED] sce-debpurge first run error
« on: January 06, 2016, 02:12:33 PM »
Running  sce-debpurge  first run produces an error (forgot to paste), 2nd run no error. Only way to reproduce, therefore, is to reboot and run  sce-debpurge  again. The error appears related to line 34 of sce-debpurge:
Code: [Select]
DEBINX_SECURITY="/etc/sysconfig/tcedir/import/debinx/$DEBINX_SECURITY"

Appears to fix:
Code: [Select]
DEBINX_SECURITY="/etc/sysconfig/tcedir/import/debinx/"$DEBINX_SECURITY""
« Last Edit: January 07, 2016, 06:48:05 AM by Rich »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: sce-debpurge first run error
« Reply #1 on: January 06, 2016, 02:21:23 PM »
Ok, I will look into it.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: sce-debpurge first run error
« Reply #2 on: January 06, 2016, 06:21:13 PM »
Thanks, will be in next RC.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
[solved] Re: sce-debpurge first run error
« Reply #3 on: January 07, 2016, 12:57:06 AM »
Fixed, thanks, please mark [solved].