Advertisement
Guest User

Untitled

a guest
Mar 10th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.36 KB | None | 0 0
  1. Index: engine/setup/imscp-setup-methods.pl
  2. IDEA additional info:
  3. Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
  4. <+>UTF-8
  5. ===================================================================
  6. --- engine/setup/imscp-setup-methods.pl (revision c943d6d5874becd99a7e5229a644bd999518361d)
  7. +++ engine/setup/imscp-setup-methods.pl (revision )
  8. @@ -928,7 +928,7 @@
  9.                 if($rs < 30) {
  10.                     $rs = $dialog->yesno("\nDo you have any SSL intermediate certificate(s) (CA Bundle)?");
  11.  
  12. -                   unless($rs < 30) {
  13. +                   if($rs < 30) {
  14.                         do {
  15.                             ($rs, $caBundlePath) = $dialog->fselect($caBundlePath);
  16.                         } while($rs < 30 && !($caBundlePath && -f $caBundlePath));
  17. Index: engine/PerlLib/Package/FrontEnd/Installer.pm
  18. IDEA additional info:
  19. Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
  20. <+>UTF-8
  21. ===================================================================
  22. --- engine/PerlLib/Package/FrontEnd/Installer.pm    (revision c943d6d5874becd99a7e5229a644bd999518361d)
  23. +++ engine/PerlLib/Package/FrontEnd/Installer.pm    (revision )
  24. @@ -181,7 +181,7 @@
  25.                 if($rs < 30) {
  26.                     $rs = $dialog->yesno("\nDo you have any SSL intermediate certificate(s) (CA Bundle)?");
  27.  
  28. -                   unless($rs < 30) {
  29. +                   if($rs < 30) {
  30.                         do {
  31.                             ($rs, $caBundlePath) = $dialog->fselect($caBundlePath);
  32.                         } while($rs < 30 && !($caBundlePath && -f $caBundlePath));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement